Commit 15090dc7 authored by Izairi's avatar Izairi
Browse files

showing shadowdata to hoverinformation

parent 756cca92
......@@ -122,7 +122,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onMouseMove(movement) {
var name = pickedFeature.getProperty("gml_id");
nameOverlay.textContent = "ID: " + name + "hier kommt noch die Verschatungsdaten";
nameOverlay.textContent = "ID: " + name + "\t shadowvalue:" + shadowHourValue;
// Highlight the feature if it's not already selected.
selectedFeatures.forEach(s => {
if (s.feature === pickedFeature) {
......@@ -189,7 +189,7 @@ var pickHeatedVolume
var pickTotalSurfaceArea = 0
var pickRoofType
var pickUValue
var shadowHourValue=0;
//Color a feature on selection and show metadata in the InfoBox
......@@ -259,7 +259,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onLeftClick(movement) {
//fill variables for Single Building Properties
fillTableProperties(gmlID, surID)
var shadowHourValue=0;
if (document.getElementById("surface").checked) {
......
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