Refactoring addContextMenuToMarker.js and openInNewTab.js

This commit is contained in:
ISA
2024-09-04 08:41:18 +02:00
parent 5ed41642da
commit 466fc55025
25 changed files with 58 additions and 62 deletions

View File

@@ -6,7 +6,7 @@ import { useRecoilValue } from "recoil";
import { mapLayersState } from "../../store/atoms/mapLayersState.js";
import { selectedAreaState } from "../../store/atoms/selectedAreaState.js";
import { zoomTriggerState } from "../../store/atoms/zoomTriggerState.js";
import { addContextMenuToMarker } from "../../utils/contextMenuUtils.js";
import { addContextMenuToMarker } from "../../utils/addContextMenuToMarker.js";
import { checkOverlappingMarkers } from "../../utils/mapUtils.js";
import plusRoundIcon from "../../components/PlusRoundIcon.js";
import { gisStationsStaticDistrictState } from "../../store/atoms/gisStationState.js";