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
IN-SOURCE
Meidling 3D Viewer
Commits
b73bf794
Commit
b73bf794
authored
4 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update App.js
parent
2b276441
Pipeline
#1360
passed with stage
in 1 second
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/App.js
+12
-4
public/App.js
with
12 additions
and
4 deletions
+12
-4
public/App.js
+
12
-
4
View file @
b73bf794
...
@@ -99,10 +99,18 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
...
@@ -99,10 +99,18 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
var
landusestyle
=
new
Cesium
.
Cesium3DTileStyle
({
var
landusestyle
=
new
Cesium
.
Cesium3DTileStyle
({
color
:
{
color
:
{
conditions
:
[
conditions
:
[
[
"
${NUTZUNG_LE} === 'Settlement Area'
"
,
"
color('#FFFF00')
"
],
[
"
${NUTZUNG_L0} === 'Agriculture'
"
,
"
color('#FFFF00')
"
],
[
"
${NUTZUNG_LE} === 'Roadway'
"
,
"
color('#808080')
"
],
[
"
${NUTZUNG_L0} === 'Commercial (Mixed Use)'
"
,
"
color('#808080')
"
],
[
"
${NUTZUNG_LE} === 'Vegetation'
"
,
"
color('#008000')
"
],
[
"
${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')
"
],
]
},
},
show
:
true
show
:
true
});
});
...
...
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