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
// Set the camera to Schloßstraße, Stuttgart
//////////////////////////////////////////////////////////////////////////
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: {
heading: Cesium.Math.toRadians(254.00),
pitch: Cesium.Math.toRadians(-30.38),
heading: Cesium.Math.toRadians(278.74),
pitch: Cesium.Math.toRadians(-24.61),
roll: Cesium.Math.toRadians(0.00)
}
};
......@@ -498,4 +498,4 @@ function visualizeWindVelocity(data) {
}
active3DTilePicker();
\ No newline at end of file
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