Skip to content

Commit effc252

Browse files
committed
Update basemap style.
1 parent 936a8e1 commit effc252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Shared/Samples/Augment reality to show hidden infrastructure/AugmentRealityToShowHiddenInfrastructureView.ARSceneView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extension AugmentRealityToShowHiddenInfrastructureView {
7474
class SceneModel: ObservableObject {
7575
/// A scene with an imagery basemap style and an elevation surface.
7676
let scene: ArcGIS.Scene = {
77-
let scene = Scene(basemapStyle: .arcGISImagery)
77+
let scene = Scene(basemapStyle: .arcGISImageryStandard)
7878

7979
// Create a surface with an elevation source and set it to the scene's base surface.
8080
let surface = Surface()

0 commit comments

Comments
 (0)