Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Rushikesh Padsala
Rotterdam3D
Commits
763cf12d
Commit
763cf12d
authored
May 20, 2021
by
Rushikesh Padsala
Browse files
Update public/Source/App.js
parent
d9456ecd
Pipeline
#4753
passed with stage
in 21 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
public/Source/App.js
View file @
763cf12d
...
...
@@ -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('#
00
0000')
"
]
[
"
(${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('#
ff
0000')
"
]
]
},
show
:
true
...
...
@@ -276,4 +276,4 @@ function active3DTilePicker() {
},
Cesium
.
ScreenSpaceEventType
.
LEFT_CLICK
);
}
active3DTilePicker
();
\ No newline at end of file
active3DTilePicker
();
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