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

I'm using MarkerCluster to cluster markers into polygons, but I need the polygons to be closed to later handle in mySQL query. Is there a way to automatically close the...

- [x] code below is the one i used to get my data displayed on my web map using fetch function but when i added the code to create marker...

I work with React Leaflet Markercluster, and i find this bug. But I found this bug also in Leaflet markercluster. See the [demo page](https://leaflet.github.io/Leaflet.markercluster/example/marker-clustering-realworld.388.html), the showCoverageOnHover don't work with a...

First attempt on removing the use of global L so the files can be imported PS: Dist files do compile but I didn't test them https://github.com/Leaflet/Leaflet.markercluster/pull/984

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

In the event leaflet sends "infinity" as a max or min zoom while generating the initial clusters, the loop to set up the grid clusters will crash the browser. Issue...

Presently, `addLayers` pushes a new element onto `MarkerClusterGroup._needsClustering` for each qualifying element in `layersArray`. This is inefficient because the array is being resized upon every iteration, which is a very...

enhancement

When I am switching to a base layer with different min zoom level, the plugin stops working correctly. That is what I found out is happening (when switching from a...

Test case: https://jsfiddle.net/azmisov/zm7Ls1L7/ You can see two tooltips overlapping. The tooltip is set in the `iconCreateFunction`. Not sure if this is really a bug. I'm guessing you reuse the older...

## How to reproduce - Leaflet version I'm using: 1.5.1 - Leaflet.MarkerCluster version I'm using: 1.4.1 - Browser (with version) I'm using: Chrome 79 - OS/Platform (with version) I'm using:...