https://github.com/maplibre/maplibre-gl-js
Changes since MapLibre GL JS v5.4.0:
✨ Features and improvements
- Add additional hillshade methods (#5768)
- Add
refreshTiles()
to the map public API (#5806) - Disable geolocate control button when permission is denied and
trackUserLocation
is off (#5824) - ... Add new stuff here...
🐞 Bug fixes
- Fix scroll min zoom on globe view (#5775)
- ⚠️ Fix hillshade appearance change between 256x256 and 512x512 tiles. This will change the appearance of hillshade layers using 512x512 tiles. (#5768)
- Fix tile expiry logic for raster and raster-dem tiles (#5798)
- Fix opacityWhenCovered not working to hide the marker behind the globe if terrain is enabled. (#5838)
- Fix transparent vector tiles sometimes showing geometry beyond tile borders when terrain is active (#5746)