Commit 4b24c962 authored by Izairi's avatar Izairi
Browse files

found placeholder for Hoverinformation

parent ba9c1d2e
...@@ -112,7 +112,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onMouseMove(movement) { ...@@ -112,7 +112,7 @@ viewer.screenSpaceEventHandler.setInputAction(function onMouseMove(movement) {
var name = pickedFeature.getProperty("gml_id"); var name = pickedFeature.getProperty("gml_id");
nameOverlay.textContent = name; nameOverlay.textContent = "ID: " + name + "hier kommt noch die Verschatungsdaten";
// Highlight the feature if it's not already selected. // Highlight the feature if it's not already selected.
selectedFeatures.forEach(s => { selectedFeatures.forEach(s => {
if (s.feature === pickedFeature) { if (s.feature === pickedFeature) {
......
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