Commit 763cf12d authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update public/Source/App.js

parent d9456ecd
Pipeline #4753 passed with stage
in 21 seconds
......@@ -94,14 +94,14 @@
var pvstyle = new Cesium.Cesium3DTileStyle({
color : {
conditions : [
["(${PVPotential} > 0) && (${PVPotential} < 5)", "color('#FFFFD4')"],
["(${PVPotential} >= 5) && (${PVPotential} < 10)", "color('#FEE391')"],
["(${PVPotential} >= 10) && (${PVPotential} < 15)", "color('#FEC44F')"],
["(${PVPotential} >= 15) && (${PVPotential} < 20)", "color('#FE9929')"],
["(${PVPotential} >= 20) && (${PVPotential} < 25)", "color('#EC7014')"],
["(${PVPotential} >= 25) && (${PVPotential} < 30)", "color('#CC4C02')"],
["(${PVPotential} >= 30)", "color('#8C2D04')"],
["true", "color('#000000')"]
["(${PVPotential} > 0) && (${PVPotential} < 5)", "color('#fc4f00')"],
["(${PVPotential} >= 5) && (${PVPotential} < 10)", "color('#f27600')"],
["(${PVPotential} >= 10) && (${PVPotential} < 15)", "color('#e29700')"],
["(${PVPotential} >= 15) && (${PVPotential} < 20)", "color('#cab500')"],
["(${PVPotential} >= 20) && (${PVPotential} < 25)", "color('#aad000')"],
["(${PVPotential} >= 25) && (${PVPotential} < 30)", "color('#7de800')"],
["(${PVPotential} >= 30)", "color('#00ff00')"],
["true", "color('#ff0000')"]
]
},
show: true
......@@ -276,4 +276,4 @@ function active3DTilePicker() {
}, Cesium.ScreenSpaceEventType.LEFT_CLICK);
}
active3DTilePicker();
\ No newline at end of file
active3DTilePicker();
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