Changes between Version 10 and Version 11 of PostGIS3


Ignore:
Timestamp:
Jul 24, 2018, 11:22:03 AM (6 years ago)
Author:
komzpa
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • PostGIS3

    v10 v11  
    2727* Make geography a 3D aware thing, so cart2geog / geog2cart takes third coordinate into account;
    2828* 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
    2930* 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;
    3031* 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;