-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
The fillzoom capability of tilelive-vector works well for a tileset with one consistent effective maxzoom, where a fillzoom tile should exist for all child tiles at higher zooms. However, for a "bumpy maxzoom topography" -- where the effective maxzoom of existing tiles is spatially variable -- the ability to load the highest existing parent zoom tile (within a reasonable threshold) would be useful.
A lookback, when specified in the info for a given tileset, would describe the number of zooms that should be looked for, and the highest zoom of these used to overzoom and fill in the missing tile.
For example, when trying to load a z19 tile, where a z17 tile exists, and the lookback is 3:
- Z19 tile attempts to load, but is not found
- Z18, Z17, Z16 tiles all all attempted to load
- The highest zoom found is overzoomed
cc @yhahn
Metadata
Metadata
Assignees
Labels
No labels