Changes between Version 7 and Version 8 of PostGIS3
- Timestamp:
- 01/18/18 07:05:11 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v7 v8 20 20 21 21 * Have some strategy for storing and tracking coordinate precision 22 * Allow storage of non-double coordinates (integers, single-precision, exact) 22 23 * 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 24 * Consider using C++ for some of what is currently in the "lwgeom" source tree. (This could mean moving logic of things like {{{ ST_BuildArea }}} and {{{ ST_MakeValid }}} to GEOS, which would avoid verbose, complex code from dealing w/CAPI) 25 25 * Build adapters to LWGEOM to boost::geometry and CGAL types so we can use those libraries directly 26 26