Skip to content

Commit 690b1bf

Browse files
committed
Remove previews,
1 parent 4fa8039 commit 690b1bf

File tree

4 files changed

+0
-18
lines changed

4 files changed

+0
-18
lines changed

Shared/Samples/Add ENC exchange set/AddENCExchangeSetView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,3 @@ private extension URL {
155155
subdirectory: "hydrography/hydrography"
156156
)!
157157
}
158-
159-
#Preview {
160-
AddENCExchangeSetView()
161-
}

Shared/Samples/Add elevation source from raster/AddElevationSourceFromRasterView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ private extension URL {
5555
Bundle.main.url(forResource: "MontereyElevation", withExtension: "dt2")!
5656
}
5757
}
58-
59-
#Preview {
60-
AddElevationSourceFromRasterView()
61-
}

Shared/Samples/Add elevation source from tile package/AddElevationSourceFromTilePackageView.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,3 @@ private extension URL {
5555
Bundle.main.url(forResource: "MontereyElevation", withExtension: "tpkx")!
5656
}
5757
}
58-
59-
#Preview {
60-
AddElevationSourceFromTilePackageView()
61-
}

Shared/Samples/Generate offline map with local basemap/GenerateOfflineMapWithLocalBasemapView.swift

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,3 @@ private extension PortalItem.ID {
293293
/// The portal item ID of the Naperville water network web map to be displayed on the map.
294294
static var napervilleWaterNetwork: Self { Self("acc027394bc84c2fb04d1ed317aac674")! }
295295
}
296-
297-
#Preview {
298-
NavigationStack {
299-
GenerateOfflineMapWithLocalBasemapView()
300-
}
301-
}

0 commit comments

Comments
 (0)