Features and improvements ✨
- Add a new
raster-array
source type, representing a new experimental Mapbox Raster Tile format which encodes series of tiled raster data (such as weather time series). - Add a new
raster-particle
layer which animates particles of different speed and color based on underlyingraster-array
data. - Add
addImport
,moveImport
,updateImport
, andremoveImport
API methods. - Add
getSlot
, andsetSlot
API methods to control layers' slots. - Add landmarks and models support in
queryRenderedFeatures
. - Add
raster-elevation
support for tiled raster sources. - Add
config
expression support in fog. - Improve map loading performance.
Bug fixes 🐞
- Fix zooming with the pitched camera and
maxZoom
. - Fix memory leak after removing the map. (h/t @kamil-sienkiewicz-asi) #13110, #13116
- Fix broken horizon line for some camera values.
- Fix broken globe draping after updating style with
setStyle
. - Fix the
z
offset when the opacity is evaluated at 0 on the zoom change. - Fix the
format
expression in theconfig
expression. - Fix adding a marker to the map that is not loaded when fog is enabled.
- Fix symbol and icon rendering order when using
symbol-sort-key
property.