Ohne "Type:" in poiLayer in den Modal-Fenster
This commit is contained in:
@@ -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>
|
||||
`);
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user