Skip to content

Commit 08ecf6b

Browse files
committed
update display local scene dataset
1 parent fbf7e66 commit 08ecf6b

6 files changed

Lines changed: 15 additions & 3 deletions

File tree

src/MAUI/Maui.Samples/Samples/Scene/DisplayLocalScene/DisplayLocalScene.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ private void Initialize()
3232
var scene = new Scene(SceneViewingMode.Local, BasemapStyle.ArcGISTopographic);
3333

3434
// Create the 3d scene layer.
35-
var sceneLayer = new ArcGISSceneLayer(new Uri("https://www.arcgis.com/home/item.html?id=61da8dc1a7bc4eea901c20ffb3f8b7af"));
35+
var sceneLayer = new ArcGISSceneLayer(new Uri("https://www.arcgis.com/home/item.html?id=7a63e9808a054d39964a8b4712c85657"));
3636

3737
// Add world elevation source to the scene's surface.
3838
var elevationSource = new ArcGISTiledElevationSource(new Uri("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"));

src/MAUI/Maui.Samples/Samples/Scene/DisplayLocalScene/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ This sample displays a local scene clipped to an extent. Pan and zoom to explore
2626
6. Set the initial viewpoint for the local scene.
2727
7. Set the local scene to the local scene view.
2828

29+
## About the data
30+
31+
The [scene layer](https://www.arcgis.com/home/item.html?id=7a63e9808a054d39964a8b4712c85657) in this sample shows 3D extruded rooftop outlines of buildings on the Victoria University campus and surrounding vicinity in Wellington, New Zealand.
32+
2933
## Relevant API
3034

3135
* ArcGISSceneLayer

src/WPF/WPF.Viewer/Samples/Scene/DisplayLocalScene/DisplayLocalScene.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private void Initialize()
3434
var scene = new Scene(SceneViewingMode.Local, BasemapStyle.ArcGISTopographic);
3535

3636
// Create the 3d scene layer.
37-
var sceneLayer = new ArcGISSceneLayer(new Uri("https://www.arcgis.com/home/item.html?id=61da8dc1a7bc4eea901c20ffb3f8b7af"));
37+
var sceneLayer = new ArcGISSceneLayer(new Uri("https://www.arcgis.com/home/item.html?id=7a63e9808a054d39964a8b4712c85657"));
3838

3939
// Add world elevation source to the scene's surface.
4040
var elevationSource = new ArcGISTiledElevationSource(new Uri("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"));

src/WPF/WPF.Viewer/Samples/Scene/DisplayLocalScene/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ This sample displays a local scene clipped to an extent. Pan and zoom to explore
2626
6. Set the initial viewpoint for the local scene.
2727
7. Set the local scene to the local scene view.
2828

29+
## About the data
30+
31+
The [scene layer](https://www.arcgis.com/home/item.html?id=7a63e9808a054d39964a8b4712c85657) in this sample shows 3D extruded rooftop outlines of buildings on the Victoria University campus and surrounding vicinity in Wellington, New Zealand.
32+
2933
## Relevant API
3034

3135
* ArcGISSceneLayer

src/WinUI/ArcGIS.WinUI.Viewer/Samples/Scene/DisplayLocalScene/DisplayLocalScene.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ private void Initialize()
3434
var scene = new Scene(SceneViewingMode.Local, BasemapStyle.ArcGISTopographic);
3535

3636
// Create the 3d scene layer.
37-
var sceneLayer = new ArcGISSceneLayer(new Uri("https://www.arcgis.com/home/item.html?id=61da8dc1a7bc4eea901c20ffb3f8b7af"));
37+
var sceneLayer = new ArcGISSceneLayer(new Uri("https://www.arcgis.com/home/item.html?id=7a63e9808a054d39964a8b4712c85657"));
3838

3939
// Add world elevation source to the scene's surface.
4040
var elevationSource = new ArcGISTiledElevationSource(new Uri("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"));

src/WinUI/ArcGIS.WinUI.Viewer/Samples/Scene/DisplayLocalScene/readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ This sample displays a local scene clipped to an extent. Pan and zoom to explore
2626
6. Set the initial viewpoint for the local scene.
2727
7. Set the local scene to the local scene view.
2828

29+
## About the data
30+
31+
The [scene layer](https://www.arcgis.com/home/item.html?id=7a63e9808a054d39964a8b4712c85657) in this sample shows 3D extruded rooftop outlines of buildings on the Victoria University campus and surrounding vicinity in Wellington, New Zealand.
32+
2933
## Relevant API
3034

3135
* ArcGISSceneLayer

0 commit comments

Comments
 (0)