You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce LineLayer.lineBorderGradient API to color the border of a line feature with a gradient along its length. Takes precedence over lineBorderColor and requires lineBorderWidth to be greater than zero.
Expose line-border-width and line-border-color as public paint properties. They were previously hidden from the style specification.
Expand the valid field-of-view range from [11, 90] to [1, 90] degrees, allowing much narrower camera FOVs.
Bug fixes 🐞
Fix view annotations rendering incorrectly or not appearing when the host app's layout direction is RTL.
Validate URL scheme in AttributionParser to reject non-http(s) attribution URLs at parse time, preventing malicious style/tile-source attributions from reaching custom attribution consumers via the public API.
Fix 3D models with a zero vertex alpha channel being rendered fully black.
Fix double rotation of the FF5C (fullwidth vertical line) character in vertical text.
Fix tile pack patch application failing when disk space runs out mid-write; the disk quota is now checked and eviction triggered before the patch is applied.