Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ private void Initialize()
var scene = new Scene(SceneViewingMode.Local, BasemapStyle.ArcGISTopographic);

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

// Add world elevation source to the scene's surface.
var elevationSource = new ArcGISTiledElevationSource(new Uri("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ This sample displays a local scene clipped to an extent. Pan and zoom to explore
* LocalSceneView
* Scene

## About the data

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.

## Tags

3D, basemap, elevation, scene, surface
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void Initialize()
var scene = new Scene(SceneViewingMode.Local, BasemapStyle.ArcGISTopographic);

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

// Add world elevation source to the scene's surface.
var elevationSource = new ArcGISTiledElevationSource(new Uri("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"));
Expand Down
4 changes: 4 additions & 0 deletions src/WPF/WPF.Viewer/Samples/Scene/DisplayLocalScene/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ This sample displays a local scene clipped to an extent. Pan and zoom to explore
* LocalSceneView
* Scene

## About the data

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.

## Tags

3D, basemap, elevation, scene, surface
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ private void Initialize()
var scene = new Scene(SceneViewingMode.Local, BasemapStyle.ArcGISTopographic);

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

// Add world elevation source to the scene's surface.
var elevationSource = new ArcGISTiledElevationSource(new Uri("https://elevation3d.arcgis.com/arcgis/rest/services/WorldElevation3D/Terrain3D/ImageServer"));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ This sample displays a local scene clipped to an extent. Pan and zoom to explore
* LocalSceneView
* Scene

## About the data

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.

## Tags

3D, basemap, elevation, scene, surface
Loading