Changes between Version 4 and Version 5 of PostGIS3
- Timestamp:
- 01/17/18 10:44:35 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v4 v5 18 18 * Some major GEOS surgery to allow memory management by palloc? 19 19 * Some major GEOS surgery to build coordinateSequence directly on top of PostGIS pointlists? 20 21 * Have some strategy for storing and tracking coordinate precision 22 * Make "PostGIS" source tree an even thin(ner?) wrapper that exposes other code to Postgres. Leave almost no processing logic here. 23 * Consider using C++ for some of what is currently in the "lwgeom" source tree 24 * Use GEOS C++ API to avoid verbose, complex code from dealing w/CAPI 25 * Build adapters to LWGEOM to boost::geometry and CGAL types so we can use those libraries directly