Overv / openstreetmap-tile-server

Docker file for a minimal effort OpenStreetMap tile server
Apache License 2.0
1.2k stars 482 forks source link

Pgsql output deprecated and will be removed in a later version #429

Open balchen opened 2 months ago

balchen commented 2 months ago

Overv/openstreetmap-tile-server currently uses the Pgsql processing output. This output has been deprecated by osm2pgsql in favour of the Flex output. Some features that are part of Flex will not be made available in Pgsql, such as processing ways based on their membership in a route.

Osm2pgsql recommend that all new projects use the Flex output.

image