Changes between Version 10 and Version 11 of PostGIS3
- Timestamp:
- 07/24/18 11:22:03 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PostGIS3
v10 v11 27 27 * Make geography a 3D aware thing, so cart2geog / geog2cart takes third coordinate into account; 28 28 * Make a new index tuple format, that can be keep srid, small geometry fully (so index-only scan may return it already), and convex/concave/multi-geometry that covers original but has constant known number of nodes; 29 - Including SRID into index can help fail early on index-accelerated SRID mismatch: https://trac.osgeo.org/postgis/ticket/4096 29 30 * Zealous geometry operations, that retry a failing geometry operation using a next backend library, and opt-in-ally automagically reporting robustness-related errors to some upstream; 30 31 * osm2topology converter, and make sure postgis topology is able to represent whatever's found in OSM data, and that data is useful for both rendering and routing;