Commit f2fd72df authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

Update App.js

parent 20b6371b
Pipeline #5719 passed with stage
in 12 seconds
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment