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
94c1658b
Commit
94c1658b
authored
3 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update App.js
parent
1b63abe1
Pipeline
#6496
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/Source/App.js
+1
-1
public/Source/App.js
with
1 addition
and
1 deletion
+1
-1
public/Source/App.js
+
1
-
1
View file @
94c1658b
...
@@ -105,7 +105,7 @@ viewer.clock.startTime = Cesium.JulianDate.fromIso8601("2021-05-20T11:00:00Z");
...
@@ -105,7 +105,7 @@ viewer.clock.startTime = Cesium.JulianDate.fromIso8601("2021-05-20T11:00:00Z");
[
"
(${Irr_kWh} >= 1000) && (${Irr_kWh} < 1050)
"
,
"
color('#FDC229')
"
],
[
"
(${Irr_kWh} >= 1000) && (${Irr_kWh} < 1050)
"
,
"
color('#FDC229')
"
],
[
"
(${Irr_kWh} >= 1050) && (${Irr_kWh} < 1100)
"
,
"
color('#FBD324')
"
],
[
"
(${Irr_kWh} >= 1050) && (${Irr_kWh} < 1100)
"
,
"
color('#FBD324')
"
],
[
"
(${Irr_kWh} >= 1100) && (${Irr_kWh} < 1150)
"
,
"
color('#F6E626')
"
],
[
"
(${Irr_kWh} >= 1100) && (${Irr_kWh} < 1150)
"
,
"
color('#F6E626')
"
],
[
"
(${Irr_kWh} >= 1150) && (${Irr_kWh} < 1500)
"
,
"
color('#F
0F921
')
"
],
[
"
(${Irr_kWh} >= 1150) && (${Irr_kWh} < 1500)
"
,
"
color('#F
FF568
')
"
],
[
"
true
"
,
"
color('#000000')
"
]
[
"
true
"
,
"
color('#000000')
"
]
]
]
...
...
This diff is collapsed.
Click to expand it.
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