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

Variable zoom depth #60

Open
stevage opened this issue Mar 22, 2020 · 1 comment
Open

Variable zoom depth #60

stevage opened this issue Mar 22, 2020 · 1 comment

Comments

@stevage
Copy link

stevage commented Mar 22, 2020

I have just been working with some Esri vector tiles, which support a variable zoom depth. That is, tiles are generated to higher zoom levels in areas that contain more detail, and aren't generated in comparatively empty areas.

https://developers.arcgis.com/rest/services-reference/vector-tilemap.htm

It has obvious benefits when statically generating large tilesets that cover both urban and rural areas. The downside is that you also need to communicate to the client where tiles are available. Esri does this through a hefty tilemap JSON file, but there probably more efficient ways.

Is it worth putting something like this in TileJSON? Or maybe it doesn't make sense if Mapbox isn't going to support it.

@nigels-com
Copy link

I think the JSON tilemap approach is cumbersome. When I was working with terrain data, the available resolution of that would vary dramatically, especially offshore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants