refactor: Polyline-Tooltip in usePolylineTooltipLayer Hook ausgelagert

This commit is contained in:
ISA
2024-12-21 18:27:45 +01:00
parent b4c887a4da
commit 9b7dbe2acf
2 changed files with 1 additions and 64 deletions

View File

@@ -3,7 +3,7 @@ import { useEffect } from "react";
import L from "leaflet";
import { setupPolylines } from "../utils/setupPolylines";
//Tooltip an mouse position anzeigen für die Linien
export const usePolylineTooltipLayer = (
map,
markers,