Strabon
changeset 1444:ebb6f2f3a12b
updated ChangeLog
author | Babis Nikolaou <charnik@di.uoa.gr> |
---|---|
date | Thu Oct 30 15:54:10 2014 +0200 (2014-10-30) |
parents | 077efe72e238 |
children | 49589da36a24 |
files | ChangeLog |
line diff
1.1 --- a/ChangeLog Thu Oct 30 15:48:36 2014 +0200 1.2 +++ b/ChangeLog Thu Oct 30 15:54:10 2014 +0200 1.3 @@ -1,3 +1,11 @@ 1.4 + * Fixed the precision of the geometry literals in GeoJSON writer. Now, 1.5 + this defaults to the precision model of JTS (equals to 16). Prior to 1.6 + this it was fixed to 4. 1.7 + 1.8 + * Now the GeoJSON writer is aware of the kind of typed literals (e.g., 1.9 + numeric, boolean, calendar, etc.) and prints the corresponding 1.10 + values according to these types. 1.11 + 1.12 * Fixed a bug that would not return the correct result or would fail 1.13 when a spatial function involved a constant and a variable. 1.14 (bug #74: http://bug.strabon.di.uoa.gr/ticket/74)