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
...@@ -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,
......
...@@ -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,
......
...@@ -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,
......
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