diff --git a/public/Kirchturm1.js b/public/Kirchturm1.js
index da966c8ed38196eac705493c212db0a607046781..76b2fbf33e38cee1e97d2a362b0557913372d6ff 100644
--- a/public/Kirchturm1.js
+++ b/public/Kirchturm1.js
@@ -27,18 +27,19 @@ $(function () {
 			terrainProvider : new Cesium.CesiumTerrainProvider({
 					url: Cesium.IonResource.fromAssetId(1)
 				}),
-			scene3DOnly: false,
-			shouldAnimate: true,
-			animation: true,
-			infoBox: true,
-			baseLayerPicker: true,
-			fullscreenButton: false,
-			timeline: false,
-			navigationHelpButton: true,
-			navigationInstructionsInitiallyVisible: false,
-			homeButton: false,
-			selectionIndicator: true,
-			geocoder: true,
+				scene3DOnly: false,
+				shouldAnimate: true,
+				animation: true,
+				infoBox: true,
+				baseLayerPicker: true,
+				fullscreenButton: true,
+				timeline: true,
+				navigationHelpButton: true,
+				shadow: true,
+				navigationInstructionsInitiallyVisible: false,
+				homeButton: false,
+				selectionIndicator: true,
+				geocoder: true,
 			// imageryProviderViewModels: imageryViewModels
 		});
 
diff --git a/public/Kirchturm2.js b/public/Kirchturm2.js
index 423bb672c875f7f2bc559fbab28dd6c99a2930ea..5935df6f320f9e9ecc8228e95410c3f647ef8e29 100644
--- a/public/Kirchturm2.js
+++ b/public/Kirchturm2.js
@@ -32,9 +32,10 @@ $(function () {
 			animation: true,
 			infoBox: true,
 			baseLayerPicker: true,
-			fullscreenButton: false,
-			timeline: false,
+			fullscreenButton: true,
+			timeline: true,
 			navigationHelpButton: true,
+			shadow: true,
 			navigationInstructionsInitiallyVisible: false,
 			homeButton: false,
 			selectionIndicator: true,
diff --git a/public/stoeckach.js b/public/stoeckach.js
index 5cc1c6071686083f5823d1932653d6fdf43e673f..c6110dc54e0eb65b6d8a9a59ae6165ed65fe3e2e 100644
--- a/public/stoeckach.js
+++ b/public/stoeckach.js
@@ -27,18 +27,19 @@ $(function () {
 			terrainProvider : new Cesium.CesiumTerrainProvider({
 					url: Cesium.IonResource.fromAssetId(1)
 				}),
-			scene3DOnly: false,
-			shouldAnimate: true,
-			animation: true,
-			infoBox: true,
-			baseLayerPicker: true,
-			fullscreenButton: false,
-			timeline: false,
-			navigationHelpButton: true,
-			navigationInstructionsInitiallyVisible: false,
-			homeButton: false,
-			selectionIndicator: true,
-			geocoder: true,
+				scene3DOnly: false,
+				shouldAnimate: true,
+				animation: true,
+				infoBox: true,
+				baseLayerPicker: true,
+				fullscreenButton: true,
+				timeline: true,
+				navigationHelpButton: true,
+				shadow: true,
+				navigationInstructionsInitiallyVisible: false,
+				homeButton: false,
+				selectionIndicator: true,
+				geocoder: true,
 			// imageryProviderViewModels: imageryViewModels
 		});