felt / tippecanoe

Build vector tilesets from large collections of GeoJSON features.
BSD 2-Clause "Simplified" License
906 stars 78 forks source link

Extend tippecanoe-overzoom to accept multiple input tiles #174

Closed e-n-f closed 1 month ago

e-n-f commented 9 months ago

Extend tippecanoe-overzoom to accept multiple input tiles, and add a --stop-after option to tile-join to stop at the end of the zoom level after the specified number of tiles have been produced, instead of continuing to the end of the source tilesets.

The intended use of these changes is that if you are merging multiple tilesets, some of which have large polygons that would generate excessive numbers of tiles if overzoomed to high zoom levels, you can use tile-join --overzoom --stop-after=100000 to merge the low zooms and then use tippecanoe-overzoom to dynamically merge tiles from the higher zoom levels on demand.

e-n-f commented 1 month ago

Replaced by https://github.com/felt/tippecanoe/pull/174