Leaflet.markercluster icon indicating copy to clipboard operation
Leaflet.markercluster copied to clipboard

Marker Clustering plugin for Leaflet

Results 120 Leaflet.markercluster issues
Sort by recently updated
recently updated
newest added

## Problem The current HTML of a marker cluster looks something like this: ```html 23 ``` which results in the accessible name "23" for screen readers, which isn't very informative...

accessibility

- [x] I'm reporting a bug, not asking for help - [x] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with the...

Is it possible to customize getAllChildMarkers?

Hello, quick question about your great leaflet plugin. Is there any way that I could make it so that my markers will no longer cluster if the cluster is below...

Hi there, everything is working fine so far. Problem is that I want to use singleMarkerMode but at the same time want the clusters to be invisible at a given...

- [x] I'm reporting a bug, not asking for help - [x] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with the...

Hi, I truly like the design of markercluster, that's why I would like to use it for my application, but I already have a hierarchical clustering tree, that I can...

I'm using `"leaflet.markercluster": "^1.5.0"` into an Angular app. The marker cluster is created as follow: ``` markerCluster = new MarkerClusterGroup({ spiderfyOnMaxZoom: false, showCoverageOnHover: false, disableClusteringAtZoom: this.maxZoom, }); ``` then is...

Done as a third argument to prevent changing the method signature. One example use case for this is creating a spiderfy in which all markers spider to their original positions,...

- [X] I'm reporting a bug, not asking for help - [X] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with the...