markerUtils in poiUitls umbenannt

This commit is contained in:
ISA
2024-09-03 11:30:37 +02:00
parent bbd60cd5f4
commit f35c7c4d0b
5 changed files with 13 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
import { findClosestPoints } from "./geometryUtils";
import handlePoiSelect from "./handlePoiSelect";
import { updateLocationInDatabase } from "../services/apiService";
import { handleEditPoi, insertNewMarker, removeMarker } from "./markerUtils";
import { handleEditPoi, insertNewPOI, removePOI } from "./poiUtils";
import { parsePoint } from "./geometryUtils";
import circleIcon from "../components/gisPolylines/icons/CircleIcon";
import startIcon from "../components/gisPolylines/icons/StartIcon";