Skip to content

Commit fc5bd90

Browse files
pengdevgithub-actions[bot]
authored andcommitted
[sdk-base][compose] Regenerate Standard style code for new IndoorLabels featureset (#13230)
GitOrigin-RevId: fe6df24731b82465c6fd1ff914e8b33ac4312cf0
1 parent 29af79a commit fc5bd90

7 files changed

Lines changed: 147 additions & 3 deletions

File tree

CHANGELOG.md

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

55
## main
66

7+
### Features ✨ and improvements 🏁
8+
* Add Standard `IndoorLabels` featureset and indoor configuration options (`showIndoor`, `showIndoorLabels`, `colorIndoorLabelHighlight`, `colorIndoorLabelSelect`) for the Mapbox Standard style.
9+
710
### Bug fixes 🐞
811
* Fix bug when tap on a view annotation triggered tap handler on Map view itself.
912
* Source attribution strings are no longer parsed through `NSAttributedString`'s HTML importer, which silently fetched remote subresources referenced by attacker-influenced TileJSON `attribution` fields. Attribution markup is now extracted with a restricted in-process parser, and only `http`/`https` URLs are surfaced as actionable links.

Sources/MapboxMaps/Documentation.docc/API Catalogs/Featuresets and Interactions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,4 @@ In UIKit applications, use ``MapboxMap/setFeatureState(_:state:callback:)`` and
128128
- ``StandardPlaceLabelsFeature``
129129
- ``StandardBuildingsFeature``
130130
- ``StandardLandmarkIconsFeature``
131+
- ``StandardIndoorLabelsFeature``

Sources/MapboxMaps/Style/Generated/MapStyle+Standard.swift

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Sources/MapboxMaps/Style/Generated/MapStyle+StandardSatellite.swift

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

Sources/MapboxMaps/Style/Generated/StandardBuildingsFeature.swift

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

Sources/MapboxMaps/Style/Generated/StandardIndoorLabelsFeature.swift

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

0 commit comments

Comments
 (0)