Changes between Version 4 and Version 5 of PostGIS3


Ignore:
Timestamp:
Jan 17, 2018, 10:44:35 AM (6 years ago)
Author:
dbaston
Comment:

shots fired

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS3

    v4 v5  
    1818  * Some major GEOS surgery to allow memory management by palloc?
    1919  * 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