Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend tippecanoe-overzoom to accept multiple input tiles #174

Closed
wants to merge 3 commits into from

Conversation

e-n-f
Copy link
Collaborator

@e-n-f e-n-f commented Dec 7, 2023

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 e-n-f marked this pull request as ready for review December 8, 2023 23:02
@e-n-f
Copy link
Collaborator Author

e-n-f commented Jul 18, 2024

Replaced by #174

@e-n-f e-n-f closed this Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant