Closed rustprooflabs closed 1 year ago
: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:
centroid()
osm.vbuilding_all
osm.vpoi_all
osm.vshop_all
See: https://osm2pgsql.org/doc/manual.html#geometry-objects-in-lua
Available to test from the dev image.
dev
docker pull rustprooflabs/pgosm-flex:dev
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:osm.vbuilding_all
osm.vpoi_all
osm.vshop_all
See: https://osm2pgsql.org/doc/manual.html#geometry-objects-in-lua