How to render data above maxzoom ? #610
-
Hi, My entire mbtiles configuration has a For instance, let's take the housenumber and the openmaptiles config:
Library such as maplibre do "overzoom" to be able to render tiles above the maxzoom (up to zoom 24). My current issue is that, in the style.json if you set to display a layer at minzoom > 14, nothing got rendered, as if everything had to be rendered at least at zoom 14 to be able to be "overzoomed". But what if I only want to display those from zoom 18 ?
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
This should work largely as you've written it but with one alteration. tilemaker's
that means "write Maplibre's Where you have a bit of a mistake is here:
This means "the source data for this rendering comes from the
instead. |
Beta Was this translation helpful? Give feedback.
I've found my issue
The style in maplibre should indicate the maxzoom expected