MapLibre GL JS v6.2.0

v6.2.0
Added 2
  • Add the fill-extrusion-rounded-corner-distance layout property, which replaces each fill-extrusion corner with an arc spanning the given distance in meters along the adjacent edges, clamped to 20% of each adjacent edge's length and leaving near-straight corners untouched
  • Add a docker-compose service to build and serve the examples
Changed 2
  • Improve Mercator rendering performance by skipping a redundant clipping mask border pass
  • Improve terrain elevation sampling performance by caching DEM tile lookups and coordinate transforms within each render
Fixed 1
  • Fix rare rendering bug causing two adjacent layers with different data driven property set to render wrong
✨ Features and improvements
  • Add the fill-extrusion-rounded-corner-distance layout property, which replaces each fill-extrusion corner with an arc spanning the given distance (in meters) along the adjacent edges. The distance is clamped to 20% of each adjacent edge's length so that short edges don't collapse, and near-straight corners (turns below 5°) are left untouched. Defaults to 0, which keeps corners sharp (#7934) (by @CommanderStorm)
  • Improve Mercator rendering performance by skipping a redundant clipping mask border pass (#8038) (by @DoFabien)
  • Add a docker-compose service to build and serve the examples (#57) (#8026) (by @clement-igonet)
🐞 Bug fixes
  • Fix rare rendering bug causing two adjacent layers with different data driven property set to render wrong (#8068) (by @CommanderStorm)
  • Improve terrain elevation sampling performance by caching DEM tile lookups and coordinate transforms within each render (#8025) (by @DoFabien)
View original

Upgraded? How did it go?

Discussion