Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Montreal CityGML
Web 3D Viewer
Commits
07d1bccb
Commit
07d1bccb
authored
Jan 12, 2023
by
Rushikesh Padsala
Browse files
Update App.js
parent
9a7642fc
Pipeline
#7207
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/Source/App.js
View file @
07d1bccb
...
...
@@ -74,7 +74,7 @@
viewer
.
homeButton
.
viewModel
.
command
.
beforeExecute
.
addEventListener
(
function
(
e
)
{
e
.
cancel
=
true
;
viewer
.
scene
.
camera
.
flyTo
(
homeCameraView
);
document
.
getElementById
(
"
selectscenario
"
).
selectedIndex
=
5
;
document
.
getElementById
(
"
selectscenario
"
).
selectedIndex
=
31
;
});
viewer
.
camera
.
changed
.
addEventListener
(
function
()
{
var
deg
=
Math
.
round
(
Cesium
.
Math
.
toDegrees
(
viewer
.
camera
.
heading
))
...
...
@@ -340,4 +340,4 @@ geocoder.search();}
}
},
Cesium
.
ScreenSpaceEventType
.
LEFT_CLICK
);
}
active3DTilePicker
();
\ No newline at end of file
active3DTilePicker
();
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