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

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

This PR fixes a few links on the README as well as HTTPS a number of links which redirect to HTTPS (to save unnecessary redirects)

Please take a look up my description in this post: https://stackoverflow.com/questions/57752432/leaflet-markcluster-clean-and-add-markers-dynamically-with-real-time-data Simply speaking, use `clearLayers()` and add markers again will have issue about the `spiderfied` cluster

This is a feature request. I've only just found this plugin but I have had a look around and can't find the feature. Sorry if it already exists. `.flyto(latLng, zoomLevel)`...

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

Current cluster animations can be very slow (up to 1 sec) because lot of iterations on _forceLayout (and related browser repaint/reflow). I tried to disable _forceLayout to speed-up cluster animations,...

- [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 - [ ] I'm sure this is a Leaflet.MarkerCluster code issue, not an issue with my own code nor with...

I propose to make the group element opacity customizable instead of fixed value similar to leg options: ``` this.setOpacity(0.3); ```

Phew, this was a tough one to isolate ... We've recently had a report of missing markers on a certain map. After quite a bit of trial and error, I...