From 2c652ed7d92239e81c7c907dfb58b6fc1f746a29 Mon Sep 17 00:00:00 2001 From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de> Date: Thu, 26 May 2022 20:42:44 +0000 Subject: [PATCH] Update App.js --- public/Source/App.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/public/Source/App.js b/public/Source/App.js index 74e9f9c..5e4f116 100644 --- a/public/Source/App.js +++ b/public/Source/App.js @@ -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 ////////////////////////////////////////////////////////////////////////// -- GitLab