Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
iCityDigitalTwinFramework
Air Pollutant Viewer
Commits
61af6808
Commit
61af6808
authored
Jun 13, 2025
by
Rushikesh Padsala
Browse files
Update public/App.js
parent
06169094
Pipeline
#11376
passed with stage
in 7 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
public/App.js
View file @
61af6808
...
@@ -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.17
7352
,
48.7
80051
,
506.27
),
destination
:
Cesium
.
Cartesian3
.
fromDegrees
(
9.17
4157
,
48.7
78947
,
361.82
),
orientation
:
{
orientation
:
{
heading
:
Cesium
.
Math
.
toRadians
(
2
54.00
),
heading
:
Cesium
.
Math
.
toRadians
(
2
78.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
)
}
}
};
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment