Commit dac040e
Add Landmark Icons, Update Configs for Standard v4 (#5632)
Closes https://mapbox.atlassian.net/browse/MAPSIOS-1918.
This PR updates our iOS Standard and Standard Satellite generation.
Specifically it:
- Adds support for Landmark Icons
- Adds the LandmarkIcons featureset, enabling interactions on it
- Not that there are no States for this featureset so I used an empty
one
- Enabling toggling on/off landmark icons in the Standard style
- Regenerates our functions for creating the Standard and Standard
Satellite styles. Adding the following configuratiosn:
- Standard: `backgroundPointOfInterestLabels`, `colorAdminBoundaries`,
`colorGreenspace`, `colorModePointOfInterestLabels`, `colorPlaceLabels`,
`colorPointOfInterestLabels`, `colorRoadLabels`, `colorWater`,
`densityPointOfInterestLabels`, `roadsBrightness`,
`showAdminBoundaries`, `showLandmarkIconLabels`
- Standard Satellite: `backgroundPointOfInterestLabels`,
`colorAdminBoundaries`, `colorModePointOfInterestLabels`,
`colorPlaceLabels`, `colorPointOfInterestLabels`, `colorRoadLabels`,
`colorTrunks`, `densityPointOfInterestLabels`, `roadsBrightness`,
`showAdminBoundaries`
- Updates our generator code to handle a few special cases
- Adds additional tests for new configurations
---------
Co-authored-by: Release SDK bot for Maps SDK team <[email protected]>
Co-authored-by: Claude <[email protected]>
GitOrigin-RevId: 201eeb71966cd6f88926b527328bf7fefb2b7bcf1 parent 3b32579 commit dac040e
File tree
13 files changed
+491
-28
lines changed- Sources
- Examples/SwiftUI Examples
- MapboxMaps
- Documentation.docc/API Catalogs
- Foundation/Extensions
- Style/Generated
- Tests/MapboxMapsTests
- Integration Tests
- Style
- scripts/api-compatibility-check
13 files changed
+491
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
7 | 11 | | |
8 | 12 | | |
| 13 | + | |
9 | 14 | | |
10 | | - | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
17 | 21 | | |
18 | 22 | | |
19 | 23 | | |
20 | | - | |
21 | 24 | | |
22 | 25 | | |
23 | 26 | | |
| |||
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
45 | 51 | | |
46 | 52 | | |
47 | 53 | | |
| |||
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
83 | | - | |
| 89 | + | |
84 | 90 | | |
85 | 91 | | |
86 | 92 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
25 | 27 | | |
26 | 28 | | |
27 | 29 | | |
| |||
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
14 | 20 | | |
15 | 21 | | |
16 | 22 | | |
| |||
Lines changed: 79 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 35 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments