Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sven Schneider
urbanVIS
Commits
631d650c
Commit
631d650c
authored
Jul 26, 2022
by
Sven Schneider
Browse files
added full-screen button in cesium app
parent
51d4fd3b
Pipeline
#6787
passed with stages
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/Kirchturm1.js
View file @
631d650c
...
...
@@ -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
});
...
...
public/Kirchturm2.js
View file @
631d650c
...
...
@@ -32,9 +32,10 @@ $(function () {
animation
:
true
,
infoBox
:
true
,
baseLayerPicker
:
true
,
fullscreenButton
:
fals
e
,
timeline
:
fals
e
,
fullscreenButton
:
tru
e
,
timeline
:
tru
e
,
navigationHelpButton
:
true
,
shadow
:
true
,
navigationInstructionsInitiallyVisible
:
false
,
homeButton
:
false
,
selectionIndicator
:
true
,
...
...
public/stoeckach.js
View file @
631d650c
...
...
@@ -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
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment