v4.7.0
https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v4.6.0:
✨ Features and improvements
- Support multiple layers in
map.on,map.onceandmap.offmethods (#4570) - Ensure GeoJSON cluster sources emit a console warning if
maxzoomis less than or equal toclusterMaxZoomsince in this case you may see unexpected results. (#4604)
🐞 Bug fixes
- Heatmap Fix for 3D terrain (#4571)
- Fix Map#off to not remove listener with layer(s) registered with Map#once (#4592)
- Improve types a bit for
addSourceandgetSource(#4616) - Fix the color near the horizon when terrain is enabled without any sky (#4607)
- Fix bug where
fitBoundsandcameraForBoundswould not display across the 180th meridian (antimeridian) - Fix white flickering on map resize (#4158)
- Fixed a performance regression related to symbol placement (#4599)
- Fix a bug where cloning a Transform instance didn't include the
lngRange. This caused a bug where
usingtransformCameraUpdatecaused themaxBoundsto stop working just for east/west bounds. (#4625)