We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e3cfe7 commit cd8dbfaCopy full SHA for cd8dbfa
Examples/ExamplesApp/Examples.swift
@@ -49,8 +49,8 @@ extension ExampleList {
49
AnyExample("Basemap Gallery", content: BasemapGalleryExampleView()),
50
AnyExample("Bookmarks", content: BookmarksExampleView()),
51
AnyExample("Compass", content: CompassExampleView()),
52
- AnyExample("Floor Filter", content: FloorFilterExampleView()),
53
AnyExample("Feature Form", content: FeatureFormExampleView()),
+ AnyExample("Floor Filter", content: FloorFilterExampleView()),
54
AnyExample("Overview Map", content: OverviewMapExampleView()),
55
AnyExample("Popup", content: PopupExampleView()),
56
AnyExample("Scalebar", content: ScalebarExampleView()),
0 commit comments