Skip to content

MinZoom() limitation #811

Closed Answered by systemed
BenOnTrack asked this question in Q&A
Apr 15, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

MinZoom just dictates the actual vector tiles that the feature is written to. You will almost never actually generate vector tiles at z16+. At higher zoom levels, Maplibre et al traditionally take the z14 (or z15) tiles and render them at a greater scale. If you want to further adjust what appears at z15-z24 you will need to set that in your stylesheet.

It is in theory possible to generate vector tiles at (say) z22, but if you're doing that for any non-negligible area, you will need to do it dynamically - probably by serving from a PostGIS database - rather than pre-generating tiles with tilemaker.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@BenOnTrack
Comment options

Answer selected by BenOnTrack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants