Ohne "Type:" in poiLayer in den Modal-Fenster
This commit is contained in:
@@ -927,7 +927,7 @@ const MapComponent = ({ locations, onLocationUpdate }) => {
|
|||||||
marker.bindPopup(`
|
marker.bindPopup(`
|
||||||
<div>
|
<div>
|
||||||
<b class="text-xl text-black-700">${location.description || "Unbekannt"}</b><br>
|
<b class="text-xl text-black-700">${location.description || "Unbekannt"}</b><br>
|
||||||
Type: ${poiTypName}<br>
|
${poiTypName}<br>
|
||||||
</div>
|
</div>
|
||||||
`);
|
`);
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user