Commit 61af6808 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update public/App.js

parent 06169094
Pipeline #11376 passed with stage
in 7 seconds
...@@ -70,10 +70,10 @@ viewer.scene.screenSpaceCameraController.maximumZoomDistance = 6000; // meters ...@@ -70,10 +70,10 @@ viewer.scene.screenSpaceCameraController.maximumZoomDistance = 6000; // meters
// Set the camera to Schloßstraße, Stuttgart // Set the camera to Schloßstraße, Stuttgart
////////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////////
var SchloßstraßePosition = { var SchloßstraßePosition = {
destination: Cesium.Cartesian3.fromDegrees(9.177352, 48.780051, 506.27), destination: Cesium.Cartesian3.fromDegrees(9.174157, 48.778947, 361.82),
orientation: { orientation: {
heading: Cesium.Math.toRadians(254.00), heading: Cesium.Math.toRadians(278.74),
pitch: Cesium.Math.toRadians(-30.38), pitch: Cesium.Math.toRadians(-24.61),
roll: Cesium.Math.toRadians(0.00) roll: Cesium.Math.toRadians(0.00)
} }
}; };
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment