✨ Features and improvements
- Add the
fill-extrusion-rounded-corner-distancelayout 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 to0, 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)