Commit dc92e83c authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 3d8a71e0
Pipeline #4810 passed with stage
in 15 seconds
......@@ -118,7 +118,7 @@
var energydemandstyle = new Cesium.Cesium3DTileStyle({
color : {
conditions : [
["(${Specific_space_heating_demand} === 0)", "color('#000000')"],
["(${Specific_space_heating_demand} === 0)", "color('#ffffff1A')"],
["(${Specific_space_heating_demand} > 0) && (${Specific_space_heating_demand} < 60)", "color('#33ACFF')"],
["(${Specific_space_heating_demand} >= 60) && (${Specific_space_heating_demand} < 120)", "color('#2AFF00')"],
["(${Specific_space_heating_demand} >= 120) && (${Specific_space_heating_demand} < 170)", "color('#FFFF00')"],
......
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