Opened 15 years ago

Last modified 12 years ago

#144 closed task (fixed)

Hard/soft upgrade need to be tested — at Version 2

Reported by: pramsey Owned by: pramsey
Priority: high Milestone: PostGIS 1.4.0
Component: postgis Version: 1.4.X
Keywords: Cc:

Description (last modified by robe)

'ii) In terms of upgrading from 1.3, I've just remembered that Olivier altered the signature of the ST_AsSVG() function, plus I've altered the ST_Extent() function signature with GBT#93. So we really need to put these changes into the PostGIS soft/hard upgrade scripts. Paul, are you able to take a look at this?'

Change History (2)

comment:1 by colivier, 15 years ago

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:

— Olivier

comment:2 by robe, 15 years ago

Description: modified (diff)
Priority: high
Note: See TracTickets for help on using tickets.