feat: Leaflet marker clustering (markercluster plugin) #61
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
When many locations are displayed on the map, markers overlap and become unusable. Implement Leaflet.markercluster to group nearby markers at lower zoom levels.
Requirements
leaflet.markercluster.jsand CSS assetsReference
Priority
P3 — enhancement for maps with 50+ locations.
Branch created:
feature/61-feat-leaflet-marker-clustering-markercluImplemented:
L.markerClusterGroup()instead of directly to mapL.layerGroup()enable_clustering(default: Yes) to toggle clusteringMOD_MOKOJOOMSTORELOCATOR_MAP_CLUSTERINGadded