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
The minZoom is a little off because it rounds the current zoom rather than using the floor to compare against the minZoom prop that has Math.ceil on it
Flavors
Script tag
React
Python/Jupyter notebook
MapboxOverlay
GoogleMapsOverlay
CARTO
ArcGIS
Expected Behavior
If your zoom is less than minZoom, It should not render
Steps to Reproduce
https://codepen.io/dk710/pen/bNEBLME?editors=0011
Zoom in and out, The console logs the current zoom.
Notice that it shows the tiles at zoom 9.5, hides at 9.49999. It shouldn't show until you hit >= 10.0