feat([2fd88f42]): add marker clustering to points view

This commit is contained in:
2026-02-04 13:31:11 +00:00
parent 0f0d5a4f34
commit 46dbe0b3aa
4 changed files with 76 additions and 22 deletions

View File

@@ -16,11 +16,13 @@
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-leaflet": "^5.0.0",
"react-leaflet-cluster": "^4.0.0",
"react-leaflet-heatmap-layer-v3": "^3.0.3-beta-1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@types/leaflet": "^1.9.21",
"@types/leaflet.markercluster": "^1.5.6",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",