v6.5.0
Added 1
- Add experimental ImageSource.setWarp and ImageSource.getWarp methods, choosing between auto, perspective, and flat warp of the image
Fixed 3
- Fix incorrect image source on projection on globe view
- Fix the globe zooming itself in when panned away from a pole at the minimum zoom, where the latitude zoom compensation was applied on top of the constrain's own clamp
- Fix dragging the globe from the empty space around it, which barely moved the map and often in the wrong direction
From MapLibre GL JS
✨ Features and improvements
- Add experimental
ImageSource.setWarpandImageSource.getWarp, choosing between aauto,perspectiveand aflatwarp of the image (#8172) (by @HarelM)
🐞 Bug fixes
- Fixed incorrect image source on projection on globe view (#8172) (by @HarelM)
- Fix the globe zooming itself in when panned away from a pole at the minimum zoom, where the latitude zoom compensation was applied on top of the constrain's own clamp (#8182) (by @mondsichtung)
- Fix dragging the globe from the empty space around it, which barely moved the map and often in the wrong direction (#8174) (by @mondsichtung)