https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.5.0:
✨ Features and improvements
- Add
setGlobalStateProperty()
andgetGlobalState()
to the map public API (#5613) - Improve tile frustum culling for globe, leading to better performance and faster loading times. (#5865)
- Add new
color-relief
layer type to render hypsometric tint from terrain-RGB tiles. (#5742)
🐞 Bug fixes
- Fix
queryRenderedFeatures
bounding box crossing antimeridian in globe view. (#5856) - Fix handling invalid glyph placement results along lines (#5118)
- Fix
refreshTiles()
for vector tiles (#5875) - Revert changes to polygon intersection detection (#5590 caused issue 5864)
- Fix breaking clusters when non-integer value provided for
clusterMaxZoom
(warning is shown) (#5929) + clarify API docs