Opened 16 years ago
Last modified 13 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 )
'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 , 16 years ago
comment:2 by , 16 years ago
Description: | modified (diff) |
---|---|
Priority: | → high |
Note:
See TracTickets
for help on using tickets.
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:
Rather than:
— Olivier