Skip to content

Commit

Permalink
[MAPSIOS-1445] Expose textOcclusionOpacity, iconOcclusionOpacity, lin…
Browse files Browse the repository at this point in the history
…e-occlusion-opacity, modelFrontCutoff, lineZOffset (#2198)
  • Loading branch information
aleksproger authored and persidskiy committed Jun 19, 2024
1 parent fe970c3 commit 66efdc1
Show file tree
Hide file tree
Showing 19 changed files with 669 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Mapbox welcomes participation and contributions from everyone.
## main

* The CustomRasterSource API has been updated. It no longer includes a cache and now provides notifications about alternative tiles that can be used when the ideal ones are unavailable.
* Update default values in the documentation
* Expose text-occlusion-opacity, icon-occlusion-opacity, line-occlusion-opacity, model-front-cutoff, lineZOffset as experimental.
* Add min/max/default values for most of the style properties.
* Adopt Examples app and MapboxMaps for Xcode 16
* Dynamic ViewAnnotations now possible to attach to not yet add layer and they will be rendered when the layer is added, which unblocks more flexible use cases.

## 11.5.0-beta.1 - 11 June, 2024

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Sources/MapboxMaps/Annotations/Generated/PolylineAnnotation.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

59 changes: 59 additions & 0 deletions Sources/MapboxMaps/Style/Generated/Layers/LineLayer.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 24 additions & 0 deletions Sources/MapboxMaps/Style/Generated/Layers/ModelLayer.swift

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 66efdc1

Please sign in to comment.