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
Leaflet GridLayer creation is synchronous; maxNativeZoom, minNativeZoom and bounds can only be specified at layer creation time. So to do this correctly using existing Leaflet APIs needs to be done by the user, or we need to change the layer creation API to be asynchronous.
This is a gotcha when working with overzooming
see https://maplibre.org/maplibre-gl-js-docs/style-spec/sources/#vector-maxzoom
The text was updated successfully, but these errors were encountered: