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

If you enable Github security alerts on your repository you will see it complaining about uglify.js. "We found potential security vulnerabilities in your dependencies." "You can see this message because...

It doesn't work with leaflet geoJSON data filtering provided in this example: http://www.gistechsolutions.com/leaflet/DEMO/filter/filter.html When I add code like this: mdu = L.geoJson(data2, { style: style2, pointToLayer: pointVMToLayer, onEachFeature: OnEachVMmduFeature, filter:...

- [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 easy to migrate a js app from prunecluster to markercluster?

Hi I am having trouble adding around 2 lac coordinates in markerCluster and the map is loading the coordinates very slowly. Below is the code I am trying out: ```...

jsFiddle: https://jsfiddle.net/k4b56h79/14/ Problem: I use leaflets flyToBounds function, and attach a listener for the `zoomend` event. In the event callback, i add a cluster of markers to the map. I...

I found a case where a marker in a cluster group won't be visible on a map setView even though it should. It seems to happen when the new center...

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

All examples don't show markers at all, neither offline nor on the localhost.