talasMarkersLayer.js in useTalasMarkersLayer.js umbenennt
This commit is contained in:
@@ -41,7 +41,7 @@ import { zoomIn, zoomOut, centerHere } from "../utils/zoomAndCenterUtils.js";
|
||||
import { initializeMap } from "../utils/mapInitialization.js";
|
||||
import { addItemsToMapContextMenu } from "./useMapContextMenu.js";
|
||||
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 useGsmModemMarkersLayer from "../hooks/useGsmModemMarkersLayer.js";
|
||||
import useCiscoRouterMarkersLayer from "../hooks/useCiscoRouterMarkersLayer.js";
|
||||
|
||||
@@ -9,6 +9,7 @@ import startIcon from "../components/gisPolylines/icons/StartIcon";
|
||||
import endIcon from "../components/gisPolylines/icons/EndIcon";
|
||||
import { redrawPolyline } from "./mapUtils";
|
||||
import { openInNewTab } from "../utils/contextMenuUtils";
|
||||
import { disablePolylineEvents, enablePolylineEvents } from "./setupPolylines"; // Importiere die Funktionen
|
||||
|
||||
export const setupPOIs = async (
|
||||
map,
|
||||
|
||||
Reference in New Issue
Block a user