PruneCluster icon indicating copy to clipboard operation
PruneCluster copied to clipboard

Fast and realtime marker clustering for Leaflet

Results 97 PruneCluster issues
Sort by recently updated
recently updated
newest added

This library is far superior to the more well-known leaflet markercluster. It is significantly faster than both Leaflet's markercluster library and also the MarkerClusterer library provided by Google Maps API....

How can I open a marker's popup programatically? marker.openPopup() does not work... `for(let marker of pruneCluster.GetMarkers()){ if(marker.data.id == username){ marker.openPopup(); } }`

I am able to encounter a case where `cluster.hashCode !== data._leafletOldHashCode` , causing the icon to be reset, however, there is no discernible difference between the cached clusters except for...

Hi, is there any way to integrate plunecluster with Angular-CLI?.

This automatically fetches the type definitions upon `npm install`.

I am wondering how can I change the jitter / space between marker? Or how can I make the un-clustered markers leg longer because my markers are kind of big...

In our project we use PruneCluster v2.1.0 with leaflet 0.7.7 and we got a nasty bug: On zoom lvl 22 and more PruneCluster function ProcessView start to calculate incorrect view...

Hi, , I am trying to create a button to remove a marker from the layer, so I thought that when we pressed the button, we would examine all the...

Hi, Sorry, I have two questions in one issue and they are dependent. How to cluster the markers whose distance is less than 3 meters ? If it is possible...

question

Concatenate AMD wrapper code using a new Grunt task into build task. AMD code is generated on separated files for now, but I think it is retro-compatible.