openmaptiles / openmaptiles-tools

Tools to turn the schema into other formats
MIT License
392 stars 135 forks source link

Add `tile_multiplier` #407

Closed zstadler closed 2 years ago

zstadler commented 2 years ago

Expand a list of changed tiles to higher and/or lower zoom levels.

This program expands the list of tiles produced by import-diff to be used by generate-tiles. import-diff produces a list of tiles in zoom MAX_ZOOM that need updating. When generate-tiles is used with FILE_LIST, it expects a list of tiles in all zoom levels.

Thanks @frodrigo for https://github.com/makina-maps/makina-maps/blob/master/nginx/tile_multiplier.py

zstadler commented 2 years ago

Related to #290, #313, #401

TomPohys commented 2 years ago

Thank you!