rustprooflabs / pgosm-flex

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

Improve relation handling #256

Closed rustprooflabs closed 2 years ago

rustprooflabs commented 2 years ago

Closes https://github.com/rustprooflabs/pgosm-flex/issues/255.

:warning: Potentially breaking change

My intention of this particular view isn't for it to be queried directly, but that doesn't mean someone somewhere isn't. This is the reason for bumping version to 0.6.0 instead of continuing with 0.5.2.

New materialized views

New views to be preferred by default over the base table name (w/out v in the name).

New backend views

The materialized views all have related views used. Not listed here, not expected to be primary use views.

rustprooflabs commented 2 years ago

Unit tests pass, Colorado ran successfully.