Ohne "Type:" in poiLayer in den Modal-Fenster

This commit is contained in:
ISA
2024-05-23 13:12:23 +02:00
parent 2fc782bec3
commit 153d423555

View File

@@ -927,7 +927,7 @@ const MapComponent = ({ locations, onLocationUpdate }) => {
marker.bindPopup(`
<div>
<b class="text-xl text-black-700">${location.description || "Unbekannt"}</b><br>
Type: ${poiTypName}<br>
${poiTypName}<br>
</div>
`);
/**