Commit 07d1bccb authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 9a7642fc
Pipeline #7207 passed with stage
in 8 seconds
......@@ -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();
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