-
Notifications
You must be signed in to change notification settings - Fork 432
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
Overzooming in tile-join #693
Comments
I brought this up in another thread yesterday and was going to create a new issue, but saw this here. Currently, joined tilesets using tile-join are not overzoom enabled except for joined tilesets which share a common maximum-zoom. If I have a tileset that has no need for overzooming beyond a set max-zoom, this isn't a problem. But for other tilesets which I would like to render only to a certain zoom, but remain capable of overzooming, I have to either keep them as isolated source tilesets, or create each tileset to the highest max-zoom of the batch. A way to add a flag which would preserve overzooming capabilities for each tileset added (despite their processed max-zoom) would be a great addition to tile-join |
I just stumbled upon this exact issue today. I have a few tile sets with differing maximum zoom levels. Some of them seem to disappear and won't overzoom. Is there a way around this yet? |
@leearmstrong I believe the only workaround at this time is to process each of your tilesets to a common max-zoom. Then, when you tile-join them, overzoom will be enabled across the separate layers/tilesets. |
Any possible progress on the horizon @e-n-f?
As discussed above, the best solution is what @kdanaher suggests. This will obviously you to "group" your data by zoom level... so at least for myself, when trying to be efficient with my final the number of tilesets for work. I group the tilesets with |
This will be fixed in felt/tippecanoe#131 |
There has been some recent confusion in #692 and #688 about tile-join behavior when joining tilesets with different zoom ranges. It might be good to have an explicit
--overzoom
option to overzoom tiles from tilesets with a lower maxzoom when joining them to a tileset with a higher maxzoom.The text was updated successfully, but these errors were encountered: