feat([2fd88f42]): add dynamic legend to points map view
This commit is contained in:
@@ -6,6 +6,7 @@ import 'leaflet/dist/leaflet.css';
|
|||||||
import 'leaflet.heat';
|
import 'leaflet.heat';
|
||||||
import type { HeatmapPoint, MapMode } from '../App';
|
import type { HeatmapPoint, MapMode } from '../App';
|
||||||
import MarkerClusterGroup from 'react-leaflet-cluster';
|
import MarkerClusterGroup from 'react-leaflet-cluster';
|
||||||
|
import Legend from './Legend';
|
||||||
|
|
||||||
interface MapDisplayProps {
|
interface MapDisplayProps {
|
||||||
heatmapData: HeatmapPoint[];
|
heatmapData: HeatmapPoint[];
|
||||||
|
|||||||
Reference in New Issue
Block a user