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

Previously I'm using [Leaflet Control Search](https://github.com/stefanocudini/leaflet-search) with leaflet marker cluster, But now when i replaced master cluster with PruneCluster i am unable to search markers. I'm using Leaflet Control Search...

Hi, i looking for a way to install this library en my project with angular cli but when i try to import the dependencies like this: import { PruneCluster, PruneClusterForLeaflet...

Hi, I'm trying to make the PruneCluster deactivate and display the markers only from a certain zoom on the map, I do not see the option of painting them all...

I want to add a different code on onClick event of the cluster. To do so i am using the explanation given in document, by overriding the BuildLeafletCluster function. ```...

Has anyone succeeded in moving PruneCluster to node.js? -Thanks

I'm trying to load this package from [jsDelivr CDN](https://www.jsdelivr.com/package/npm/prunecluster) but it fails with below error ```` Failed to load the file listing. Package size exceeded the configured limit of 50...

Hi everyone, seems like a really nice project. I was just wondering if it is possible to use GeoJSON-Data as Input. Thanks!

enhancement

is it possible to add the option to cluster polygons? when clustering is needed - use center point. when not - show polygon and not icon of point

So I've been noticing that `pruneCluster.BuildLeafletCluster = function(cluster, position) {...}` does not always return the correct cluster/position. When there are multiple clusters on the map, it sometimes return another cluster....

In a map click event, I need to get the list of the shown clusters. I'm initializing the clusters with var pruneCluster = new PruneClusterForLeaflet(150, 70); and passing to the...