Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rushikesh Padsala
Rotterdam3D
Commits
ea286e3f
Commit
ea286e3f
authored
May 26, 2022
by
Rushikesh Padsala
Browse files
Update App.js
parent
1fbb086a
Pipeline
#6492
passed with stage
in 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/Source/App.js
View file @
ea286e3f
...
...
@@ -19,10 +19,10 @@
});
viewer
.
clock
.
shouldAnimate
=
false
;
viewer
.
scene
.
globe
.
enableLighting
=
fals
e
;
viewer
.
clock
.
startTime
=
Cesium
.
JulianDate
.
fromIso8601
(
"
201
9
-0
9
-20T1
6
:00:00Z
"
);
viewer
.
clock
.
stopTime
=
Cesium
.
JulianDate
.
fromIso8601
(
"
201
9
-0
9
-20T1
6:2
0:00Z
"
);
viewer
.
clock
.
currentTime
=
Cesium
.
JulianDate
.
fromIso8601
(
"
201
9
-0
9
-20T1
6
:00:00Z
"
);
viewer
.
scene
.
globe
.
enableLighting
=
tru
e
;
viewer
.
clock
.
startTime
=
Cesium
.
JulianDate
.
fromIso8601
(
"
20
2
1-0
5
-20T1
1
:00:00Z
"
);
viewer
.
clock
.
stopTime
=
Cesium
.
JulianDate
.
fromIso8601
(
"
20
2
1-0
5
-20T1
1:0
0:00Z
"
);
viewer
.
clock
.
currentTime
=
Cesium
.
JulianDate
.
fromIso8601
(
"
20
2
1-0
5
-20T1
1
:00:00Z
"
);
document
.
getElementById
(
"
irradianceLegend
"
).
style
.
display
=
"
none
"
;
//defining legends hidden by default
document
.
getElementById
(
"
pvLegend
"
).
style
.
display
=
"
none
"
;
//defining legends hidden by default
...
...
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