Commit 9fa6ba10 authored by Rushikesh Padsala's avatar Rushikesh Padsala
Browse files

changed tool tip display

parent e7c85ff5
Pipeline #4748 passed with stage
in 13 seconds
......@@ -131,6 +131,7 @@ nameOverlay.style['pointer-events'] = 'none';
nameOverlay.style.padding = '4px';
nameOverlay.style.backgroundColor = 'black';
nameOverlay.style.fontFamily = 'Fira Sans, sans-serif';
nameOverlay.style.whiteSpace = 'pre-wrap';
//Selecting a Building
var Pickers_3DTile_Activated = true;
......@@ -176,7 +177,7 @@ function active3DTilePicker() {
if (!Cesium.defined(name)) {
name = picked3DtileFeature.getProperty('PolygonID');
}
nameOverlay.textContent = name + ':' + ' ' + name2 + ' ' + 'kWh/(m².a)'; }
nameOverlay.textContent = name + '\n' + name2 + ' ' + 'kWh/(m².a)'; }
else
{
......
......@@ -56,7 +56,7 @@
"Inclination" : {},
"Irr_kWh" : {
"minimum" : 0,
"maximum" : 1165.7808
"maximum" : 1166
},
"Irradiance_Wm" : {},
"Surface ID" : {},
......
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