openlayers / ol-mapbox-style

Use Mapbox Style objects with OpenLayers
https://unpkg.com/ol-mapbox-style/dist/examples/index.html
BSD 2-Clause "Simplified" License
345 stars 121 forks source link

Make minZoom inclusive by zoom instead of resolution #1141

Closed ahocevar closed 6 months ago

ahocevar commented 6 months ago

This pull request fixes a regression introduced by #1121, with the smaller adjustments for maxResolution to avoid glitches with projections that have small resolution differences between zooms. To avoid these glitches, instead of adjusting the resolution to make minZoom inclusive, we now adjust the minZoom directly.