MapLibre GL JS v6.0.0-18

v6.0.0-18Pre-release
Changed 3
  • Improve terrain rendering performance by avoiding unnecessary terrain data lookups during Mercator render-to-texture passes
  • Reduce allocation pressure while constructing DEM data and sampling terrain elevations
  • Reuse terrain DEM texture when preparing terrain
Fixed 1
  • Fix a memory leak where aborting a worker request left its promise pending forever, and Actor.sendAsync now rejects with an AbortError on abort
✨ Features and improvements
  • Improve terrain rendering performance by avoiding unnecessary terrain data lookups during Mercator render-to-texture passes (#7833) (by @DoFabien)
  • Reduce allocation pressure while constructing DEM data and sampling terrain elevations (#7814) (by @DoFabien)
  • Reuse terrain DEM texture when preparing terrain (#7813) (by @DoFabien)
🐞 Bug fixes
  • Fix a memory leak where aborting a worker request (e.g. a GeoJSON tile load cancelled while panning) left its promise pending forever, so the awaiting async frame and everything it captured was never released; Actor.sendAsync now rejects with an AbortError on abort (#7826) (by @kamil-sienkiewicz-asi)
View original

Upgraded? How did it go?

Discussion