diff --git a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx index e2872223..053d2bcd 100644 --- a/src/Components/Map/Subcomponents/Controls/SearchControl.tsx +++ b/src/Components/Map/Subcomponents/Controls/SearchControl.tsx @@ -11,6 +11,8 @@ import { useItems } from '../../hooks/useItems'; import { useLeafletRefs } from '../../hooks/useLeafletRefs'; import { getValue } from '../../../../Utils/GetValue'; import { LocateControl } from './LocateControl'; +import * as L from 'leaflet'; +import MarkerIconFactory from '../../../../Utils/MarkerIconFactory'; @@ -121,6 +123,7 @@ export const SearchControl = ({ clusterRef }) => {