From f2fd72df92402794a8cdab8bc34ec694f3faaa4b Mon Sep 17 00:00:00 2001
From: Rushikesh Padsala <rushikesh.padsala@hft-stuttgart.de>
Date: Tue, 21 Dec 2021 15:30:52 +0000
Subject: [PATCH] Update App.js

---
 public/Source/App.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/public/Source/App.js b/public/Source/App.js
index b8610f1..db4bf8c 100644
--- a/public/Source/App.js
+++ b/public/Source/App.js
@@ -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;
-- 
GitLab