SINTEF-9012 / PruneCluster

Fast and realtime marker clustering for Leaflet
MIT License
551 stars 131 forks source link

Force redraw Cluster Icon and not the unclustered icons #139

Open wahisoufiane opened 7 years ago

wahisoufiane commented 7 years ago

Is there a way to force redrawing cluster icon and not the unclustered one?

on another way, I need to call buildLeafletClusterIcon without calling PrepareLeafletMarker.

fungiboletus commented 7 years ago

Hei,

I don't think it's easy from the PruneCluster API, but you could maybe do it from a lower level point of view, using Leaflet's eachLayer method for example.