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
In doc has Min Zoom Level https://maplibre.org/maplibre-gl-js/docs/guides/large-data/ let map = new maplibregl.Map({ container: 'map', maxZoom: 12, minZoom: 5 });
but when we set these properties, geoJson data remains on the screen and simply stops zooming but should hide.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
In doc has Min Zoom Level
https://maplibre.org/maplibre-gl-js/docs/guides/large-data/
let map = new maplibregl.Map({ container: 'map', maxZoom: 12, minZoom: 5 });
but when we set these properties, geoJson data remains on the screen and simply stops zooming but should hide.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: