leaflet.extras icon indicating copy to clipboard operation
leaflet.extras copied to clipboard

Request to add PruneCluster

Open Neato-Nick opened this issue 7 years ago • 1 comments

This plug-in allows many features, including real-time updates to marker clusters and interfacing with categories to create donut graphs on marker clusters

https://github.com/SINTEF-9012/PruneCluster

Neato-Nick avatar Aug 22 '18 17:08 Neato-Nick

There’s already a branch in leaflet.extras2 for this plugin, but I didn’t quite finish it: https://github.com/trafficonese/leaflet.extras2/tree/prunecluster

The main issue back then was that the categories were hardcoded to 0–7, so I had to map the R categories onto numeric values in that range.

I also left an example app here: https://github.com/trafficonese/leaflet.extras2/blob/prunecluster/inst/examples/pruneCluster_app.R

Feel free to take a look, test it, or extend it if you’d like 🙂

trafficonese avatar Aug 25 '25 07:08 trafficonese