Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Map controller - min max Zoom #556

Open
bombicod opened this issue Mar 10, 2025 · 0 comments
Open

[FEATURE] Map controller - min max Zoom #556

bombicod opened this issue Mar 10, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@bombicod
Copy link

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

@bombicod bombicod added the enhancement New feature or request label Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant