File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Any breaking API changes will be reflected in release notes.
26
26
* Add [ markers] ( Sources/MapLibreSwiftUI/Examples/Gestures.swift ) , [ polylines] ( Sources/MapLibreSwiftUI/Examples/Polyline.swift ) and similar annotations
27
27
* Interaction with features through [ gestures] ( Sources/MapLibreSwiftUI/Examples/Gestures.swift )
28
28
* Clustering (common use case that's rather difficult for first timers)
29
- * [ Overlays]] ( Sources/MapLibreSwiftUI/Examples/ )
29
+ * [ Overlays] ( Sources/MapLibreSwiftUI/Examples/ )
30
30
* Dynamic styling
31
31
* [ Camera control] ( Sources/MapLibreSwiftUI/Examples/Camera.swift )
32
32
* Turn-by-turn Navigation (see the showcase integrations below)
Original file line number Diff line number Diff line change @@ -148,10 +148,9 @@ public extension MapView where T == MLNMapViewController {
148
148
}
149
149
}
150
150
151
- #Preview {
151
+ #Preview( " Vanilla Map " ) {
152
152
MapView ( styleURL: demoTilesURL)
153
153
. ignoresSafeArea ( . all)
154
- . previewDisplayName ( " Vanilla Map " )
155
154
156
155
// For a larger selection of previews,
157
156
// check out the Examples directory, which
You can’t perform that action at this time.
0 commit comments