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
Showing with 9 additions and 9 deletions
+9 -9
...@@ -94,14 +94,14 @@ ...@@ -94,14 +94,14 @@
var pvstyle = new Cesium.Cesium3DTileStyle({ var pvstyle = new Cesium.Cesium3DTileStyle({
color : { color : {
conditions : [ conditions : [
["(${PVPotential} > 0) && (${PVPotential} < 5)", "color('#FFFFD4')"], ["(${PVPotential} > 0) && (${PVPotential} < 5)", "color('#fc4f00')"],
["(${PVPotential} >= 5) && (${PVPotential} < 10)", "color('#FEE391')"], ["(${PVPotential} >= 5) && (${PVPotential} < 10)", "color('#f27600')"],
["(${PVPotential} >= 10) && (${PVPotential} < 15)", "color('#FEC44F')"], ["(${PVPotential} >= 10) && (${PVPotential} < 15)", "color('#e29700')"],
["(${PVPotential} >= 15) && (${PVPotential} < 20)", "color('#FE9929')"], ["(${PVPotential} >= 15) && (${PVPotential} < 20)", "color('#cab500')"],
["(${PVPotential} >= 20) && (${PVPotential} < 25)", "color('#EC7014')"], ["(${PVPotential} >= 20) && (${PVPotential} < 25)", "color('#aad000')"],
["(${PVPotential} >= 25) && (${PVPotential} < 30)", "color('#CC4C02')"], ["(${PVPotential} >= 25) && (${PVPotential} < 30)", "color('#7de800')"],
["(${PVPotential} >= 30)", "color('#8C2D04')"], ["(${PVPotential} >= 30)", "color('#00ff00')"],
["true", "color('#000000')"] ["true", "color('#ff0000')"]
] ]
}, },
show: true show: true
......
Supports Markdown
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