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
Rushikesh Padsala
Rotterdam3D
Commits
f2fd72df
Commit
f2fd72df
authored
3 years ago
by
Rushikesh Padsala
Browse files
Options
Download
Email Patches
Plain Diff
Update App.js
parent
20b6371b
Pipeline
#5719
passed with stage
in 12 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
public/Source/App.js
+2
-2
public/Source/App.js
with
2 additions
and
2 deletions
+2
-2
public/Source/App.js
+
2
-
2
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
;
...
...
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