feat([2fd88f42]): add dynamic legend to points map view

This commit is contained in:
2026-02-04 13:48:33 +00:00
parent 9cd0e806db
commit 56728f3f00

View File

@@ -6,6 +6,7 @@ import 'leaflet/dist/leaflet.css';
import 'leaflet.heat';
import type { HeatmapPoint, MapMode } from '../App';
import MarkerClusterGroup from 'react-leaflet-cluster';
import Legend from './Legend';
interface MapDisplayProps {
heatmapData: HeatmapPoint[];