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

Clustering a large amount of probes can take ~1 seconds by itself. All of this time is currently spent on the main thread, which yields a poor user experience. We...

- [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...

The problem seems to be coming from the fact that the `MarkerCluster` class is its own icon. [See its constructor](https://github.com/Leaflet/Leaflet.markercluster/blob/master/src/MarkerCluster.js#L7). But Leaflet's Marker get the tooltip anchor from the option...

- [ ] 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...

- [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...

- [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...

Would like a new option to set a minimumClusterSize of (say) 10 (i.e. min number of markers in a cluster) It would be more intuitive to use than maxClusterRadius Thanks!...

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

Is it possible to disable cluster grouping? I have a system where grouping works dynamically, is there any way for grouping to be disabled?