Remove default zoom control, add map scale.

https://github.com/dcs-liberation/dcs_liberation/issues/2039
This commit is contained in:
Dan Albert
2022-03-01 23:09:41 -08:00
parent aac333e132
commit 98c36c8b03
2 changed files with 5 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import { Marker, Tooltip, useMap, useMapEvent } from "react-leaflet";
import { MutableRefObject, useCallback, useEffect, useRef } from "react";
import { MutableRefObject, useCallback, useRef } from "react";
import { Icon } from "leaflet";
import { Marker as LMarker } from "leaflet";