Commit 2b276441 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 71f73605
Pipeline #1358 passed with stage
in 1 second
...@@ -100,10 +100,8 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360); ...@@ -100,10 +100,8 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
color : { color : {
conditions : [ conditions : [
["${NUTZUNG_LE} === 'Settlement Area'", "color('#FFFF00')"], ["${NUTZUNG_LE} === 'Settlement Area'", "color('#FFFF00')"],
["${NUTZUNG_LE} === 'Open Plot'", "color('#8B6914')"], ["${NUTZUNG_LE} === 'Roadway'", "color('#808080')"],
["${NUTZUNG_LE} === 'Road'", "color('#808080')"],
["${NUTZUNG_LE} === 'Vegetation'", "color('#008000')"], ["${NUTZUNG_LE} === 'Vegetation'", "color('#008000')"],
["${NUTZUNG_LE} === 'Water Body'", "color('#00FFFF')"],
] ]
}, },
show: true show: true
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment