Commit 2c652ed7 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 2c5fe992
Pipeline #6491 passed with stage
in 7 seconds
......@@ -19,10 +19,10 @@
});
viewer.clock.shouldAnimate = false;
viewer.scene.globe.enableLighting = false;
viewer.clock.startTime = Cesium.JulianDate.fromIso8601("2019-09-20T16:00:00Z");
viewer.clock.stopTime = Cesium.JulianDate.fromIso8601("2019-09-20T16:20:00Z");
viewer.clock.currentTime = Cesium.JulianDate.fromIso8601("2019-09-20T16:00:00Z");
viewer.scene.globe.enableLighting = true;
viewer.clock.startTime = Cesium.JulianDate.fromIso8601("2021-05-20T11:00:00Z");
viewer.clock.stopTime = Cesium.JulianDate.fromIso8601("2021-05-20T11:00:00Z");
viewer.clock.currentTime = Cesium.JulianDate.fromIso8601("2021-05-20T11:00:00Z");
document.getElementById("irradianceLegend").style.display = "none"; //defining legends hidden by default
//////////////////////////////////////////////////////////////////////////
......
Markdown is supported
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