rustprooflabs / pgosm-flex

PgOSM Flex provides high quality OpenStreetMap datasets in PostGIS (Postgres) using the osm2pgsql Flex output.
MIT License
100 stars 20 forks source link

Replace `_all` views with tables build using `centroid()` #320

Closed rustprooflabs closed 1 year ago

rustprooflabs commented 1 year ago

Details

:warning: This will be a breaking change. :warning:

The three "all" views will be removed in favor of building tables during import. Since osm2pgsql 1.7.1 there is a centroid() option that should remove the need for these views:

See: https://osm2pgsql.org/doc/manual.html#geometry-objects-in-lua

rustprooflabs commented 1 year ago

Available to test from the dev image.

docker pull rustprooflabs/pgosm-flex:dev