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