Commit 631d650c authored by Sven Schneider's avatar Sven Schneider
Browse files

added full-screen button in cesium app

parent 51d4fd3b
Pipeline #6787 passed with stages
in 19 seconds
...@@ -27,18 +27,19 @@ $(function () { ...@@ -27,18 +27,19 @@ $(function () {
terrainProvider : new Cesium.CesiumTerrainProvider({ terrainProvider : new Cesium.CesiumTerrainProvider({
url: Cesium.IonResource.fromAssetId(1) url: Cesium.IonResource.fromAssetId(1)
}), }),
scene3DOnly: false, scene3DOnly: false,
shouldAnimate: true, shouldAnimate: true,
animation: true, animation: true,
infoBox: true, infoBox: true,
baseLayerPicker: true, baseLayerPicker: true,
fullscreenButton: false, fullscreenButton: true,
timeline: false, timeline: true,
navigationHelpButton: true, navigationHelpButton: true,
navigationInstructionsInitiallyVisible: false, shadow: true,
homeButton: false, navigationInstructionsInitiallyVisible: false,
selectionIndicator: true, homeButton: false,
geocoder: true, selectionIndicator: true,
geocoder: true,
// imageryProviderViewModels: imageryViewModels // imageryProviderViewModels: imageryViewModels
}); });
......
...@@ -32,9 +32,10 @@ $(function () { ...@@ -32,9 +32,10 @@ $(function () {
animation: true, animation: true,
infoBox: true, infoBox: true,
baseLayerPicker: true, baseLayerPicker: true,
fullscreenButton: false, fullscreenButton: true,
timeline: false, timeline: true,
navigationHelpButton: true, navigationHelpButton: true,
shadow: true,
navigationInstructionsInitiallyVisible: false, navigationInstructionsInitiallyVisible: false,
homeButton: false, homeButton: false,
selectionIndicator: true, selectionIndicator: true,
......
...@@ -27,18 +27,19 @@ $(function () { ...@@ -27,18 +27,19 @@ $(function () {
terrainProvider : new Cesium.CesiumTerrainProvider({ terrainProvider : new Cesium.CesiumTerrainProvider({
url: Cesium.IonResource.fromAssetId(1) url: Cesium.IonResource.fromAssetId(1)
}), }),
scene3DOnly: false, scene3DOnly: false,
shouldAnimate: true, shouldAnimate: true,
animation: true, animation: true,
infoBox: true, infoBox: true,
baseLayerPicker: true, baseLayerPicker: true,
fullscreenButton: false, fullscreenButton: true,
timeline: false, timeline: true,
navigationHelpButton: true, navigationHelpButton: true,
navigationInstructionsInitiallyVisible: false, shadow: true,
homeButton: false, navigationInstructionsInitiallyVisible: false,
selectionIndicator: true, homeButton: false,
geocoder: true, selectionIndicator: true,
geocoder: true,
// imageryProviderViewModels: imageryViewModels // imageryProviderViewModels: imageryViewModels
}); });
......
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