Strabon
diff ChangeLog @ 1246:da14a303bf2c
merge with default
author | Konstantina Bereta <Konstantina.Bereta@di.uoa.gr> |
---|---|
date | Thu Aug 01 14:40:30 2013 +0300 (2013-08-01) |
parents | c003d2c1a053 54eaaad0b72d |
children | c41e1b102dd3 |
line diff
1.1 --- a/ChangeLog Fri May 10 16:10:00 2013 +0300 1.2 +++ b/ChangeLog Thu Aug 01 14:40:30 2013 +0300 1.3 @@ -2,6 +2,19 @@ 1.4 1.5 * Version 3.2.9 released. 1.6 1.7 + * Added support for the following google chart types: PieChart, 1.8 + AreaChart and ColumnChart to strabon endpoint. 1.9 + 1.10 + * Added extension function <http://postgis.net/ST_Centroid> which is 1.11 + mapped to the ST_Centroid(geometry) extension function of PostGIS. 1.12 + See also: <http://postgis.org/docs/ST_Centroid.html>. 1.13 + 1.14 + * Added extension function <http://postgis.net/ST_MakeLine> which is 1.15 + mapped to the ST_MakeLine(geometry, geometry) extension function of 1.16 + PostGIS. See also: <http://postgis.org/docs/ST_MakeLine.html>. 1.17 + 1.18 + * Added PostGIS vocabulary class. 1.19 + 1.20 * Added support of all SPARQL result types provided by Sesame (json, 1.21 xml, csv, tsv, binary). To get the respective writer, just prepend the 1.22 string "SPARQL/", e.g., "SPARQL/JSON". This is to ensure that we 1.23 @@ -54,6 +67,21 @@ 1.24 *The evaluation of temporal joins in the database does not produce 1.25 cartesian products in the database 1.26 1.27 + * GeoSPARQL functions sfCrosses, sfOverlaps, ehOverlaps do not use the 1.28 + ST_Relate PostGIS function (bug #24: http://bug.strabon.di.uoa.gr/ticket/24) 1.29 + 1.30 + * All Simple Features functions of GeoSPARQL do not use the ST_Relate 1.31 + PostGIS function 1.32 + 1.33 + * Added diffTime function. This function performs the difference 1.34 + between two literals of xsd:time datatype and returns a literal of 1.35 + the xsd:time datatype as well. 1.36 + 1.37 + * Added a testsuite package in default branch. Full tester guide can be found 1.38 + in README. Among other, most of GeoSPARQL compliance tests 1.39 + (https://portal.opengeospatial.org/files/?artifact_id=47664, pg. 53) have been 1.40 + implemented. 1.41 + 1.42 Tue Mar 26 13:28:26 2013 Pyravlos Team 1.43 1.44 * Version 3.2.8 released.