Strabon
changeset 1425:ba22266d4fe1
updated ChangeLog
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Wed Sep 24 12:47:37 2014 +0300 (2014-09-24) |
parents | c8cc4daeeafa |
children | 014379fdddf2 5b6b65340693 |
files | ChangeLog |
line diff
1.1 --- a/ChangeLog Tue Sep 23 14:36:26 2014 +0300 1.2 +++ b/ChangeLog Wed Sep 24 12:47:37 2014 +0300 1.3 @@ -1,3 +1,32 @@ 1.4 + * Fixed a bug that would not return the correct spatial datatype of a 1.5 + projected geometry literal stored in the database. 1.6 + (bug #71: http://bug.strabon.di.uoa.gr/ticket/71) 1.7 + 1.8 + * Now, geometries expressed in CRS84 and a `geo:wktLiteral' datatype 1.9 + are assigned the correct CRS, i.e., EPSG:4326 with a longitude 1.10 + latitude axis order. 1.11 + 1.12 + * Now, we report a parse error when a constant geometry given in a 1.13 + SELECT or HAVING clause is not well-formed according to the WKT 1.14 + specification. 1.15 + (bug #69: http://bug.strabon.di.uoa.gr/ticket/69) 1.16 + 1.17 + * Function `geof:convexHull' is now supported in a Having clause. 1.18 + 1.19 + * Fixed older implementation of `strdf:distance' that would expect two 1.20 + arguments instead of three when present in a HAVING clause. 1.21 + 1.22 + * Fixed a bug that would cause a class cast exception for grounded 1.23 + expressions with function nesting in the SELECT or HAVING clause. 1.24 + 1.25 + * Fixed a bug in which `postgis:ST_Centroid' did not work in the SELECT 1.26 + clause with input geometries from the database. 1.27 + 1.28 + * Fixed a bug that `geof:getSRID' would return an integer instead of a 1.29 + the URI corrresponding to the CRS that the input geometry was 1.30 + expressed. 1.31 + (bug #32: http://bug.strabon.di.uoa.gr/ticket/32) 1.32 + 1.33 * Fixed a bug that would raise an exception for queries involving two 1.34 UNION graph patterns and a projection to a predicate or a URI in 1.35 general.