Skip to content
GitLab
Explore
Projects
Groups
Snippets
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
2 years ago
by
Sven Schneider
Browse files
Options
Download
Email Patches
Plain Diff
added full-screen button in cesium app
parent
51d4fd3b
master
Pipeline
#6787
passed with stages
in 19 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/Kirchturm1.js
+13
-12
public/Kirchturm1.js
public/Kirchturm2.js
+3
-2
public/Kirchturm2.js
public/stoeckach.js
+13
-12
public/stoeckach.js
with
29 additions
and
26 deletions
+29
-26
public/Kirchturm1.js
+
13
-
12
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
});
...
...
This diff is collapsed.
Click to expand it.
public/Kirchturm2.js
+
3
-
2
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
,
...
...
This diff is collapsed.
Click to expand it.
public/stoeckach.js
+
13
-
12
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
});
...
...
This diff is collapsed.
Click to expand it.
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
Menu
Explore
Projects
Groups
Snippets