talasMarkersLayer.js in useTalasMarkersLayer.js umbenennt

This commit is contained in:
ISA
2024-09-03 09:36:19 +02:00
parent 0f9a54efa1
commit e5dfa7f494
3 changed files with 2 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ import { zoomIn, zoomOut, centerHere } from "../utils/zoomAndCenterUtils.js";
import { initializeMap } from "../utils/mapInitialization.js"; import { initializeMap } from "../utils/mapInitialization.js";
import { addItemsToMapContextMenu } from "./useMapContextMenu.js"; import { addItemsToMapContextMenu } from "./useMapContextMenu.js";
import useGmaMarkersLayer from "../hooks/useGmaMarkersLayer.js"; // Import the custom hook import useGmaMarkersLayer from "../hooks/useGmaMarkersLayer.js"; // Import the custom hook
import useTalasMarkersLayer from "../hooks/talasMarkersLayer.js"; // Import the custom hook import useTalasMarkersLayer from "../hooks/useTalasMarkersLayer.js"; // Import the custom hook
import useEciMarkersLayer from "../hooks/useEciMarkersLayer.js"; import useEciMarkersLayer from "../hooks/useEciMarkersLayer.js";
import useGsmModemMarkersLayer from "../hooks/useGsmModemMarkersLayer.js"; import useGsmModemMarkersLayer from "../hooks/useGsmModemMarkersLayer.js";
import useCiscoRouterMarkersLayer from "../hooks/useCiscoRouterMarkersLayer.js"; import useCiscoRouterMarkersLayer from "../hooks/useCiscoRouterMarkersLayer.js";

View File

@@ -9,6 +9,7 @@ import startIcon from "../components/gisPolylines/icons/StartIcon";
import endIcon from "../components/gisPolylines/icons/EndIcon"; import endIcon from "../components/gisPolylines/icons/EndIcon";
import { redrawPolyline } from "./mapUtils"; import { redrawPolyline } from "./mapUtils";
import { openInNewTab } from "../utils/contextMenuUtils"; import { openInNewTab } from "../utils/contextMenuUtils";
import { disablePolylineEvents, enablePolylineEvents } from "./setupPolylines"; // Importiere die Funktionen
export const setupPOIs = async ( export const setupPOIs = async (
map, map,