https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v3.2.0:
✨ Features and improvements
- Remove cooperative gesture screen from the accessibility tree since screenreaders cannot interact with the map using gestures
- Add
cooperated gestures
example to the doc.(#2860)
🐞 Bug fixes
- Incorrect distance field of view calculation for negative elevation, fixed by storing min elevation for the tile in view (#1655, #2858)
- Fix reloadCallback not firing on VectorTileWorkerSource.reloadTile (#1874)
- Fix RasterDEMTileSource not serializing its options correctly (#2895)
- Remove node and jest from dist type checking, fix map event and other typing problems (#2898)