[postgis-devel] Issue 144 in postgis: Hard/soft upgrade need to be tested
codesite-noreply at google.com
codesite-noreply at google.com
Thu Mar 26 00:01:16 PDT 2009
Comment #1 on issue 144 by olivier.courtin: Hard/soft upgrade need to be
tested
http://code.google.com/p/postgis/issues/detail?id=144
From 1.3 to 1.4 on export functions prototypes and parameters values
changes:
ST_AsGML add an optional fourth 'option' parameter:
text ST_AsGML(integer version, geometry g1, integer precision, integer
options);
ST_AsGML and ST_AsKML precision parameter refered to decimal digits (rather
than
siginificant digits)
ST_AsGeoJson options values are now:
* 0: means no option (default value)
* 1: GeoJSON Bbox
* 2: GeoJSON Short CRS (e.g EPSG:4326)
* 4: GeoJSON Long CRS (e.g urn:ogc:def:crs:EPSG:4326)
Rather than:
* 0: means no option (default value)
* 1: GeoJson CRS
* 2: GeoJson Bbox
--
Olivier
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
More information about the postgis-devel
mailing list