Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
Gowanus-CityGML-Viewer
Commits
dc92e83c
Commit
dc92e83c
authored
Sep 07, 2021
by
Rushikesh Padsala
Browse files
Update App.js
parent
3d8a71e0
Pipeline
#4810
passed with stage
in 15 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/Source/App.js
View file @
dc92e83c
...
...
@@ -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')
"
],
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment