Features and improvements ✨
- Add
config
expression support in layer filter. - Add symbol elevation properties:
symbol-z-offset
andsymbol-elevation-reference
. - Add the
fill-z-offset
property for fill layers. - Improve
Map#fitBounds
for the alternative projections. - Improve terrain hillshade lighting anchored to viewport.
- Improve shadow casting from 3D models.
- Improve error messages for invalid expressions.
- Skip landmarks rendering when the camera is inside them.
- Improve type checking for the
Map#setPaintProperty
andMap#setLayoutProperty
methods. - Allow the
string
event type in Map event handlers. - Expose
RequestTransformFunction
,ResourceType
, andRequestParameters
types.
Bug fixes 🐞
- Fix feature filtering when using 3D lights.
- Fix pattern rendering issues on some devices at high zoom levels.
- Fix
fill-extrusion-line-width
rendering for large polygons - Fix symbol placement ordering when
symbol-z-order
is set toauto
. - Fix the issue where
minzoom
andmaxzoom
properties were ignored byclip
layers. - Fix handling previously hidden models in
clip
layers. - Fix directional light
cast-shadows
property type.