diff --git a/public/App.js b/public/App.js index 02dc0d1201199dbc42ee87f7962400571ce12907..092f40d9ad5e39356fc554e1aa34638e88574d16 100644 --- a/public/App.js +++ b/public/App.js @@ -100,10 +100,8 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360); color : { conditions : [ ["${NUTZUNG_LE} === 'Settlement Area'", "color('#FFFF00')"], - ["${NUTZUNG_LE} === 'Open Plot'", "color('#8B6914')"], - ["${NUTZUNG_LE} === 'Road'", "color('#808080')"], + ["${NUTZUNG_LE} === 'Roadway'", "color('#808080')"], ["${NUTZUNG_LE} === 'Vegetation'", "color('#008000')"], - ["${NUTZUNG_LE} === 'Water Body'", "color('#00FFFF')"], ] }, show: true