feat: Implementierung des Bearbeitungsmodus
This commit is contained in:
@@ -105,6 +105,7 @@ export const setupPOIs = async (
|
||||
});
|
||||
|
||||
marker.on("dragend", (e) => {
|
||||
console.log("Marker wurde verschoben in setupPOIs");
|
||||
if (canDrag) {
|
||||
const newLat = e.target.getLatLng().lat;
|
||||
const newLng = e.target.getLatLng().lng;
|
||||
|
||||
Reference in New Issue
Block a user