feat([2fd88f42]): add heatmap view with toggle switch

This commit is contained in:
2026-02-04 13:19:34 +00:00
parent 278c1aada7
commit 8dc274ce5d
4 changed files with 96 additions and 36 deletions

View File

@@ -12,9 +12,11 @@
"dependencies": {
"axios": "^1.13.4",
"leaflet": "^1.9.4",
"leaflet.heat": "^0.2.0",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-leaflet": "^5.0.0"
"react-leaflet": "^5.0.0",
"react-leaflet-heatmap-layer-v3": "^3.0.3-beta-1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",