# HG changeset patch # User Babis Nikolaou # Date 1414677250 -7200 # Node ID ebb6f2f3a12bf36307ac0c6ceb9663a78a183974 # Parent 077efe72e2389aa369843cd1265433641c7d8d1b updated ChangeLog diff -r 077efe72e238 -r ebb6f2f3a12b ChangeLog --- a/ChangeLog Thu Oct 30 15:48:36 2014 +0200 +++ b/ChangeLog Thu Oct 30 15:54:10 2014 +0200 @@ -1,3 +1,11 @@ + * Fixed the precision of the geometry literals in GeoJSON writer. Now, + this defaults to the precision model of JTS (equals to 16). Prior to + this it was fixed to 4. + + * Now the GeoJSON writer is aware of the kind of typed literals (e.g., + numeric, boolean, calendar, etc.) and prints the corresponding + values according to these types. + * Fixed a bug that would not return the correct result or would fail when a spatial function involved a constant and a variable. (bug #74: http://bug.strabon.di.uoa.gr/ticket/74)