Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update App.js
parent
9a7642fc
Pipeline
#7207
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/Source/App.js
+2
-2
public/Source/App.js
with
2 additions
and
2 deletions
+2
-2
public/Source/App.js
+
2
-
2
View file @
07d1bccb
...
@@ -74,7 +74,7 @@
...
@@ -74,7 +74,7 @@
viewer
.
homeButton
.
viewModel
.
command
.
beforeExecute
.
addEventListener
(
function
(
e
)
{
viewer
.
homeButton
.
viewModel
.
command
.
beforeExecute
.
addEventListener
(
function
(
e
)
{
e
.
cancel
=
true
;
e
.
cancel
=
true
;
viewer
.
scene
.
camera
.
flyTo
(
homeCameraView
);
viewer
.
scene
.
camera
.
flyTo
(
homeCameraView
);
document
.
getElementById
(
"
selectscenario
"
).
selectedIndex
=
5
;
document
.
getElementById
(
"
selectscenario
"
).
selectedIndex
=
31
;
});
});
viewer
.
camera
.
changed
.
addEventListener
(
function
()
{
viewer
.
camera
.
changed
.
addEventListener
(
function
()
{
var
deg
=
Math
.
round
(
Cesium
.
Math
.
toDegrees
(
viewer
.
camera
.
heading
))
var
deg
=
Math
.
round
(
Cesium
.
Math
.
toDegrees
(
viewer
.
camera
.
heading
))
...
@@ -340,4 +340,4 @@ geocoder.search();}
...
@@ -340,4 +340,4 @@ geocoder.search();}
}
}
},
Cesium
.
ScreenSpaceEventType
.
LEFT_CLICK
);
},
Cesium
.
ScreenSpaceEventType
.
LEFT_CLICK
);
}
}
active3DTilePicker
();
active3DTilePicker
();
\ No newline at end of file
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets