https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.2.0:
✨ Features and improvements
- Added
getBounds
to GeoJSON source to allow getting the boundaries of the data in it (#5575) - Add a check for MouseEvent, to avoid errors when bot were crawling on website using Event instance instead of MouseEvent instance for types like mouseover, mouseout etc.. (#5466).