Fix: redrawPoline.js und POI hinzufgen auf die Karte in Kontextmenü

This commit is contained in:
ISA
2025-03-10 08:34:52 +01:00
parent 1f1ab4b818
commit b6c07bbc7d
7 changed files with 48 additions and 16 deletions

View File

@@ -7,7 +7,7 @@ import { parsePoint } from "./geometryUtils";
import circleIcon from "../components/gisPolylines/icons/CircleIcon";
import startIcon from "../components/gisPolylines/icons/StartIcon";
import endIcon from "../components/gisPolylines/icons/EndIcon";
import { redrawPolyline } from "./mapUtils";
import { redrawPolyline } from "./redrawPolyline";
import { openInNewTab } from "../utils/openInNewTab";
import { disablePolylineEvents, enablePolylineEvents } from "./setupPolylines"; // Importiere die Funktionen