Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IN-SOURCE
Meidling 3D Viewer
Commits
c1972bde
Commit
c1972bde
authored
3 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update App.js
parent
08beeff3
Pipeline
#4808
passed with stage
in 11 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/App.js
+3
-3
public/App.js
with
3 additions
and
3 deletions
+3
-3
public/App.js
+
3
-
3
View file @
c1972bde
...
@@ -141,8 +141,8 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
...
@@ -141,8 +141,8 @@ var initialPosition = Cesium.Cartesian3.fromDegrees(16.368084, 48.183257, 360);
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) >= 225
'
,
"
color('red')
"
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) >= 225
'
,
"
color('red')
"
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) >= 125
'
,
"
mix(color('yellow'), color('red'), (Number(${nrg_epc_primaryEnergyDemandValue_s1}) -125) / 125)
"
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) >= 125
'
,
"
mix(color('yellow'), color('red'), (Number(${nrg_epc_primaryEnergyDemandValue_s1}) -125) / 125)
"
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) >= 1
'
,
"
mix(color('green'), color('yellow'), (Number(${nrg_epc_primaryEnergyDemandValue_s1}) ) / 125)
"
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) >= 1
'
,
"
mix(color('green'), color('yellow'), (Number(${nrg_epc_primaryEnergyDemandValue_s1}) ) / 125)
"
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) < 1
'
,
'
rgb(0, 0, 0)
'
],
[
'
Number(${nrg_epc_primaryEnergyDemandValue_s1}) < 1
'
,
"
color('#ffffff1A')
"
],
[
'
true
'
,
'
rgb(0, 0, 0)
'
]
[
'
true
'
,
"
color('#ffffff1A')
"
]
]
]
},
},
...
@@ -319,7 +319,7 @@ function active3DTilePicker() {
...
@@ -319,7 +319,7 @@ function active3DTilePicker() {
'
<tr><th>Roof Type</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_roof_type
'
)
+
'
</td></tr>
'
+
'
<tr><th>Roof Type</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_roof_type
'
)
+
'
</td></tr>
'
+
'
<tr><th>Building Storeys Above Ground</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_storeys_above_ground
'
)
+
'
</td></tr>
'
+
'
<tr><th>Building Storeys Above Ground</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_storeys_above_ground
'
)
+
'
</td></tr>
'
+
'
<tr><th>Building Storeys Below Ground</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_storeys_below_ground
'
)
+
'
</td></tr>
'
+
'
<tr><th>Building Storeys Below Ground</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_storeys_below_ground
'
)
+
'
</td></tr>
'
+
'
<tr><th>Total Residents</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
num_residents
'
)
+
'
</td></tr>
'
+
'
<tr><th>
Estimated
Total Residents</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
num_residents
'
)
+
'
</td></tr>
'
+
'
<tr><th>Building Height</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_measured_height
'
)
+
'
'
+
'
m
'
+
'
</td></tr>
'
+
'
<tr><th>Building Height</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
citygml_measured_height
'
)
+
'
'
+
'
m
'
+
'
</td></tr>
'
+
'
<tr><th>Footprint Area </th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
footprintArea
'
)
+
'
'
+
'
m²
'
+
'
</td></tr>
'
+
'
<tr><th>Footprint Area </th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
footprintArea
'
)
+
'
'
+
'
m²
'
+
'
</td></tr>
'
+
'
<tr><th>Building Volume</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
lod2Volume
'
)
+
'
'
+
'
m³
'
+
'
</td></tr>
'
+
'
<tr><th>Building Volume</th><td>
'
+
picked3DtileFeature
.
getProperty
(
'
lod2Volume
'
)
+
'
'
+
'
m³
'
+
'
</td></tr>
'
+
...
...
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
Menu
Explore
Projects
Groups
Snippets