You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix conversion of max zoom level from mapbox styles
The QGIS renderers for vector tiles treat maxzoom
different to the MapBox Style Specifications.
From the MapBox Specifications:
"The maximum zoom level for the layer. At zoom levels
equal to or greater than the maxzoom, the layer will be hidden."
However the QGIS styles will be hidden if the zoom
level is GREATER THAN (not equal to) maxzoom.
Accordingly we need to subtract 1 from the maxzoom value when
converting mapbox styles
0 commit comments