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
f2fd72df
Commit
f2fd72df
authored
Dec 21, 2021
by
Rushikesh Padsala
Browse files
Update App.js
parent
20b6371b
Pipeline
#5719
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/Source/App.js
View file @
f2fd72df
...
...
@@ -208,14 +208,14 @@ function active3DTilePicker() {
if
(
!
Cesium
.
defined
(
name
))
{
name
=
picked3DtileFeature
.
getProperty
(
'
gml_id
'
);
}
nameOverlay
.
textContent
=
name1
+
'
'
+
name2
+
'
'
+
'
kWh/(m².a)
'
;
}
nameOverlay
.
textContent
=
name1
+
'
\n
'
+
name2
+
'
'
+
'
kWh/(m².a)
'
;
}
else
if
(
colorstyle3
.
checked
){
if
(
!
Cesium
.
defined
(
name
))
{
name
=
picked3DtileFeature
.
getProperty
(
'
gml_id
'
);
}
nameOverlay
.
textContent
=
name1
+
'
'
+
name3
+
'
'
+
'
MWh/a
'
;
}
nameOverlay
.
textContent
=
name1
+
'
\n
'
+
name3
+
'
'
+
'
MWh/a
'
;
}
// Highlight the feature if it's not already selected.
if
(
picked3DtileFeature
!==
selected
.
feature
)
{
highlighted
.
feature
=
picked3DtileFeature
;
...
...
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