Skip to content

Commit a2bd4dc

Browse files
[Backport release/v0.17] Update style spec overrides (#7952)
GitOrigin-RevId: f1c11df5c9f5047ce3ab0496c4038a0afc339b62
1 parent 3283193 commit a2bd4dc

25 files changed

+481
-165
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ Mapbox welcomes participation and contributions from everyone.
44

55
## main
66

7+
* Promote `ModelLayer` to stable.
8+
* Add `SymbolLayer.occlusionOpacityMode`, `SymbolLayer.iconColorBrightnessMax`, `SymbolLayer.iconColorBrightnessMin`, `SymbolLayer.iconColorContrast` properties.
9+
* Add `FillExtrusionLayer.castShadows` property.
10+
* Add `GeoJSONSource.minZoom` property.
11+
* Add `RasterArraySource.volatile` experimental property.
12+
713
## 11.17.0-beta.1 - 05 November, 2025
814

915
* Introduced `ScaleBarViewOptions.units` property supporting metric, imperial, and nautical units, replacing the boolean `useMetricUnits` property.

Sources/MapboxMaps/Annotations/Generated/PointAnnotationManager.swift

Lines changed: 28 additions & 0 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: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MapboxMaps/Documentation.docc/API Catalogs/Style.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
- ``ColorTheme``
3636
- ``ColorUseTheme``
3737
- ``Image``
38+
- ``OcclusionOpacityMode``
3839

3940
### Declarative Map Styling
4041

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

Lines changed: 19 additions & 0 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: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)