Breaking changes ⚠️
interpolateexpression will interpolate between non-alpha-premultiplied colors. The change might affectraster-particle-color,line-gradient, andheatmap-color.rgbexpression will return non-premultiplied-alpha color.
Features and improvements ✨
- Add the
["worldview"]expression, which returns the currentworldviewof the map. - Add
model-translationsupport for batched model layers. - Improve indoor level interaction.
- Add support of gradient transforms in the fill style of vector icons.
Bug fixes 🐞
- Fix icons with
text-variable-anchordisappearing. - Fix zooming over terrain with negative altitude values.
- Fix interactions to not throw on
mouseleavewithoutmouseenter. - Fix errors when viewing a style with filtered model layers.
- Fix parsing of
color-use-themeproperty of 3D lights. - Fix feature-dependent
configexpressions (h/t @brncsk) #13453. - Fix reset of the indoor floorplan selection after moving the camera.
- Fix excessive rerendering of the map after
setStylewith the same URL of an import. - Fix source reloading during mercator-globe transition with terrain.
- Fix color of semi-transparent vector icons.