Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
Meidling 3D Viewer
Commits
5a4a8793
Commit
5a4a8793
authored
Nov 26, 2020
by
Rushikesh Padsala
Browse files
Update App.js
parent
cd6e66e3
Pipeline
#1366
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/App.js
View file @
5a4a8793
...
...
@@ -98,17 +98,17 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
var
landusestyle
=
new
Cesium
.
Cesium3DTileStyle
({
color
:
{
conditions
:
[
[
"
${NUTZUNG_L0} === 'Agriculture'
"
,
"
color('#
FFFF00
')
"
],
[
"
${NUTZUNG_L0} === 'Commercial (Mixed Use)'
"
,
"
color('#
808080
')
"
],
[
"
${NUTZUNG_L0} === 'Industrial and Commercial'
"
,
"
color('#
008000
')
"
],
[
"
${NUTZUNG_L0} === 'Natural Space'
"
,
"
color('#
FFFF00
')
"
],
[
"
${NUTZUNG_L0} === 'Other Traffic Use'
"
,
"
color('#
808080
')
"
],
[
"
${NUTZUNG_L0} === 'Recreational Facility'
"
,
"
color('#
008000
')
"
],
[
"
${NUTZUNG_L0} === 'Residential (Mixed Use)'
"
,
"
color('#
FFFF00
')
"
],
[
"
${NUTZUNG_L0} === 'Social Infrastructure'
"
,
"
color('#
808080
')
"
],
[
"
${NUTZUNG_L0} === 'Street Space'
"
,
"
color('#
008000
')
"
],
[
"
${NUTZUNG_L0} === 'Technical (Engineering) Infrastructure'
"
,
"
color('#
FFFF00
')
"
],
[
"
${NUTZUNG_L0} === 'Water Body'
"
,
"
color('#
808080
')
"
],
[
"
${NUTZUNG_L0} === 'Agriculture'
"
,
"
color('#
785027
')
"
],
[
"
${NUTZUNG_L0} === 'Commercial (Mixed Use)'
"
,
"
color('#
B7950B
')
"
],
[
"
${NUTZUNG_L0} === 'Industrial and Commercial'
"
,
"
color('#
F4D03F
')
"
],
[
"
${NUTZUNG_L0} === 'Natural Space'
"
,
"
color('#
DAF7A6
')
"
],
[
"
${NUTZUNG_L0} === 'Other Traffic Use'
"
,
"
color('#
D6DBDF
')
"
],
[
"
${NUTZUNG_L0} === 'Recreational Facility'
"
,
"
color('#
1E8449
')
"
],
[
"
${NUTZUNG_L0} === 'Residential (Mixed Use)'
"
,
"
color('#
E74C3C
')
"
],
[
"
${NUTZUNG_L0} === 'Social Infrastructure'
"
,
"
color('#
6C3483
')
"
],
[
"
${NUTZUNG_L0} === 'Street Space'
"
,
"
color('#
5D6D7E
')
"
],
[
"
${NUTZUNG_L0} === 'Technical (Engineering) Infrastructure'
"
,
"
color('#
D4E6F1
')
"
],
[
"
${NUTZUNG_L0} === 'Water Body'
"
,
"
color('#
5DADE2
')
"
],
]
},
show
:
true
...
...
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