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
71f73605
Commit
71f73605
authored
Nov 25, 2020
by
Rushikesh Padsala
Browse files
Update App.js
parent
431a0356
Pipeline
#1356
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/App.js
View file @
71f73605
...
...
@@ -99,12 +99,12 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
var
landusestyle
=
new
Cesium
.
Cesium3DTileStyle
({
color
:
{
conditions
:
[
[
'
Number(${LE_COD
E}
)
===
1000
'
,
"
color('#FFFF00')
"
],
[
'
Number(${LE_COD
E}
)
===
2000
'
,
"
color('#8B6914')
"
],
[
'
Number(${LE_CODE}) === 3000
'
,
"
color('#808080')
"
],
[
'
Number(${LE_COD
E}
)
===
4000
'
,
"
color('#008000')
"
],
[
'
Number(${LE_COD
E}
)
===
5000
'
,
"
color('#00FFFF')
"
],
]
[
"
${NUTZUNG_L
E} ===
'Settlement Area'
"
,
"
color('#FFFF00')
"
],
[
"
${NUTZUNG_L
E} ===
'Open Plot'
"
,
"
color('#8B6914')
"
],
[
"
${NUTZUNG_LE} === 'Road'
"
,
"
color('#808080')
"
],
[
"
${NUTZUNG_L
E} ===
'Vegetation'
"
,
"
color('#008000')
"
],
[
"
${NUTZUNG_L
E} ===
'Water Body'
"
,
"
color('#00FFFF')
"
],
]
},
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