SINTEF-9012 / PruneCluster

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

Is there any feature so we can toggle between cluster and markers? #208

Open ZainGulbaz opened 1 year ago

fungiboletus commented 1 year ago

No, but you could add and remove the layers.

ZainGulbaz commented 1 year ago

I am actually dealing with more than 2 million markers on bootleaf map in the form of cluster. If I add markers as each marker form a separate layer, my map is stucked. So I am searching for a solution where I can do it with the minimum layers possible.

fungiboletus commented 1 year ago

PruneCluster is very much about clustering markers for Leaflet. Have you tried Deck.gl?