Skip to content

[FEATURE] Map controller - min max Zoom #556

@bombicod

Description

@bombicod

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions