v4.5.1
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.5.0:
✨ Features and improvements
- Allow trackpad pinch gestures to break through the
cooperativeGestures
setting, bringing it in line with other embedded map behaviours, such as Google Maps and Mapbox. (#4465) - Expose projection matrix parameters (#3136)
- Add option to position markers at subpixel coordinates to prevent markers jumping on
moveend
(#4458)
🐞 Bug fixes
- Fix lag on fast map zoom (#4366)
- Fix unguarded read access to possibly undefined object (#4431)
- Fix remove hash string when map is removed (#4427)
- Fix GeolocateControl may be added twice when calling addControl/removeControl/addControl rapidly (#4454)
- Fix
style.loadURL
abort error being logged when removing style (#4425) - Fix vector tiles not loading when html is opened via "resource://android" (i.e., the assets folder) in GeckoView on Android (#4451)