Extend tippecanoe-overzoom to accept multiple input tiles #174
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Extend
tippecanoe-overzoom
to accept multiple input tiles, and add a--stop-after
option totile-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 usetippecanoe-overzoom
to dynamically merge tiles from the higher zoom levels on demand.