Changes between Version 22 and Version 23 of PostGIS3
- Timestamp:
- 08/09/19 06:59:18 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v22 v23 12 12 * ST_AsGeoJSON/GeomFromGeoJSON that are aware of json/jsonb types. So, geometry::json is ST_AsGeoJSON(geometry). A documented function to turn a table into GeoJSON FeatureCollection, automagically finding the geometry field; 13 13 * Support for Proj 6.0, GDAL 3.0 14 * Serialization change to fit more flags 14 15 15 == In Progress (most likely will be released in 3.0) 16 17 == Ideas 16 18 * * Yet another serialization, this time changing to use `external` storage type, and adding our own compression scheme for coordinates. 17 19 * An uncompressed header, so header info can always be efficiently "sliced" and read, even for very large objects … … 23 25 * Some major GEOS surgery to allow memory management by palloc? 24 26 * Some major GEOS surgery to build coordinateSequence directly on top of PostGIS pointlists? 25 26 27 == Ideas28 27 29 28 * Require installation in a 'postgis' schema, always and for ever **HOLD OFF not as important as it used to be now that its not movable**