diff --git a/src/components/PropertyMap.tsx b/src/components/PropertyMap.tsx index 93dbc2a0..b0c13531 100644 --- a/src/components/PropertyMap.tsx +++ b/src/components/PropertyMap.tsx @@ -25,6 +25,7 @@ import Map, { } from 'react-map-gl/maplibre'; import maplibregl, { Map as MaplibreMap, + IControl, PointLike, MapGeoJSONFeature, ColorSpecification, @@ -183,6 +184,7 @@ const PropertyMap: FC = ({ const { appFilter } = useFilter(); const [popupInfo, setPopupInfo] = useState(null); const [map, setMap] = useState(null); + const [mapController, setMapController] = useState(); const [currentStyle, setCurrentStyle] = useState( 'Data Visualization View' );