omniscale / imposm3

Imposm imports OpenStreetMap data into PostGIS
http://imposm.org/docs/imposm3/latest/
Apache License 2.0
710 stars 156 forks source link

Allow expiretiles_zoom to be set in config JSON #261

Closed flother closed 1 year ago

flother commented 3 years ago

Before this change, the default value for the -expiretiles-zoom command-line flag, used by the diff and run commands, would always overwrite whatever value was set for expiretiles_zoom in the config JSON. This change allows for four options:

Fixes omniscale/imposm3#181.