Skip to content

Commit d1ad7c6

Browse files
lasselammigithub-actions[bot]
authored andcommitted
[MAPS3D-2186] Promote elevated lines properties to stable: line-z-offset and line-elevation-reference (#9756)
Closes [MAPS3D-2186](https://mapbox.atlassian.net/browse/MAPS3D-2186) This PR removes the experimental flag from the elevated lines properties `line-z-offset` and `line-elevation-reference`. The property `line-cross-slope` will remain experimental for now, as we might still want to change how it works in the future. [MAPS3D-2186]: https://mapbox.atlassian.net/browse/MAPS3D-2186?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ ``` <public> Promote elevated lines properties to stable: `line-z-offset` and `line-elevation-reference` (#9756) </public> ``` cc @mapbox/gl-js cc @mapbox/maps-ios cc @mapbox/sdk-platform cc @mapbox/maps-android GitOrigin-RevId: 9bfbd8e6d1d80e0787c4015b19537e3379cc0bc1
1 parent efe9639 commit d1ad7c6

6 files changed

Lines changed: 11 additions & 89 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@
33
Mapbox welcomes participation and contributions from everyone.
44

55
## main
6+
* Introduce new `LineLayer.lineElevationGroundScale` property to scale elevated lines with terrain exaggeration.
7+
* Promote elevated lines properties to stable: `LineLayer.lineZOffset` and `LineLayer.lineElevationReference`.
68

79
## 11.19.0-beta.1 - 28 January, 2026
810

911
### Features ✨ and improvements 🏁
1012
* Introduce experimental `queryRenderedRasterValues` API for querying the rendered raster array value at a point on the map.
11-
* Introduce new `LineLayer.lineElevationGroundScale` property to scale elevated lines with terrain exaggeration.
1213

1314
### Bug fixes 🐞
1415
* Fix `FrameViewAnnotationsExample` annotations disappearing before shadow leaves the screen.

Sources/MapboxMaps/Annotations/Generated/PolylineAnnotation.swift

Lines changed: 2 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MapboxMaps/Annotations/Generated/PolylineAnnotationManager.swift

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MapboxMaps/Style/Generated/Layers/LineLayer.swift

Lines changed: 5 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MapboxMaps/Style/Generated/Properties/Properties.swift

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MapboxMaps/SwiftUI/Annotations/Generated/PolylineAnnotationGroup.swift

Lines changed: 1 addition & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)