From 56728f3f009209ff3c8c91f6228ef9e8457fa5dd Mon Sep 17 00:00:00 2001 From: Floke Date: Wed, 4 Feb 2026 13:48:33 +0000 Subject: [PATCH] feat([2fd88f42]): add dynamic legend to points map view --- heatmap-tool/frontend/src/components/MapDisplay.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/heatmap-tool/frontend/src/components/MapDisplay.tsx b/heatmap-tool/frontend/src/components/MapDisplay.tsx index 5df9301b..7a648c4e 100644 --- a/heatmap-tool/frontend/src/components/MapDisplay.tsx +++ b/heatmap-tool/frontend/src/components/MapDisplay.tsx @@ -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[];