Features ✨ and improvements 🏁
- Support draping over terrain and globe in CustomLayer API (#12182)
- Improve the rendering performance of terrain slightly by reducing its GPU memory footprint. (#12472)
- Add methods for changing a raster tile source dynamically (e.g.
setTiles
,setUrl
). (#12352)
Bug fixes 🐞
- Fix
line-border-color
when used withline-trim-offset
(#12461) - Fix potential infinite loop when calling
fitBounds
with globe projection (#12488) - Fix
map.getBounds()
returning incorrect bounds with adaptive projections. (#12503) - Introduce skirts for terrain globe mode (#12523)
- Fix blur on draped lines while zoom-in (#12510)
- Fix map pan speed while pinching in (#12543)
- Fix negative-width diacritics handling (#12554)
- Fixes
undefined is not an object
incoalesceChanges
(#12497) (h/t nick-romano)