diff --git a/components/MapComponent.js b/components/MapComponent.js index 07637c539..c7f3e40d1 100644 --- a/components/MapComponent.js +++ b/components/MapComponent.js @@ -328,7 +328,7 @@ const MapComponent = ({ locations, onLocationUpdate }) => { const getIdSystemAndAllowValueMap = new Map( GisSystemStatic.map((system) => [system.IdSystem, system.Allow]) ); - console.log("getIdSystemAndAllowValueMap:", getIdSystemAndAllowValueMap); + //console.log("getIdSystemAndAllowValueMap:", getIdSystemAndAllowValueMap); if (jsonResponse.Points && statusResponse.Statis) { const statisMap = new Map( @@ -384,10 +384,10 @@ const MapComponent = ({ locations, onLocationUpdate }) => { marker.bindPopup(`
Gerät: ${station.Device}
-Zone: ${station.Area_Short} (${station.Area_Name})
-Standort: ${station.Location_Short} (${station.Location_Name})
+${station.LD_Name}
+ ${station.Device}