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.once
andmap.off
methods (#4570) - Ensure GeoJSON cluster sources emit a console warning if
maxzoom
is less than or equal toclusterMaxZoom
since 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
addSource
andgetSource
(#4616) - Fix the color near the horizon when terrain is enabled without any sky (#4607)
- Fix bug where
fitBounds
andcameraForBounds
would 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
usingtransformCameraUpdate
caused themaxBounds
to stop working just for east/west bounds. (#4625)