Breaking changes ⚠️
interpolate
expression will interpolate between non-alpha-premultiplied colors. The change might affectraster-particle-color
,line-gradient
, andheatmap-color
.rgb
expression will return non-premultiplied-alpha color.
Features and improvements ✨
- Add the
["worldview"]
expression, which returns the currentworldview
of the map. - Add
model-translation
support 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-anchor
disappearing. - Fix zooming over terrain with negative altitude values.
- Fix interactions to not throw on
mouseleave
withoutmouseenter
. - Fix errors when viewing a style with filtered model layers.
- Fix parsing of
color-use-theme
property of 3D lights. - Fix feature-dependent
config
expressions (h/t @brncsk) #13453. - Fix reset of the indoor floorplan selection after moving the camera.
- Fix excessive rerendering of the map after
setStyle
with the same URL of an import. - Fix source reloading during mercator-globe transition with terrain.
- Fix color of semi-transparent vector icons.