viel Layers auskommentiert

This commit is contained in:
ISA
2024-12-19 08:39:29 +01:00
parent b7bf9c9d23
commit 07c35392df
16 changed files with 36 additions and 37 deletions

View File

@@ -1,4 +1,4 @@
// hooks/useWagoMarkersLayer.js
/* // hooks/useWagoMarkersLayer.js
import { useState, useEffect } from "react";
import L from "leaflet";
import { addContextMenuToMarker } from "../../utils/addContextMenuToMarker";
@@ -47,3 +47,4 @@ const useWagoMarkersLayer = (map, oms, gisSystemStatic, priorityConfig) => {
};
export default useWagoMarkersLayer;
*/