Changes between Version 4 and Version 5 of UsersWikiWishList
- Timestamp:
- 04/15/09 14:29:34 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersWikiWishList
v4 v5 26 26 * This may be nice, but we should first recommend to users that to ease upgradability, it's highly recommend to never use the public schema for user data. Rather, store custom data, functions, etc, in user schemas. Then for upgrading, a DBA simply has to copy the schema over to a new PostGIS installation. 27 27 28 * '''AsGeoJSON() Function'''29 * Since Neogeographers love JSON and converting geometries into alternate formats is busywork that the database should do. Any other common geometry formats would be useful. ArcXML geometries? The new ESRI NMF format geometries? (Inspired by the utility of AsKML()).28 * ~~'''AsGeoJSON() Function'''~~ 29 ~~* Since Neogeographers love JSON and converting geometries into alternate formats is busywork that the database should do. Any other common geometry formats would be useful. ArcXML geometries? The new ESRI NMF format geometries? (Inspired by the utility of AsKML()).~~ '''DONE in 1.3.4''' 30 30 31 31 * '''Added functionality for AsKML() Function'''