SINTEF-9012 / PruneCluster

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

How to integrate Leaflet Control Search with PruneCluster #183

Open rahulmahadik opened 4 years ago

rahulmahadik commented 4 years ago

Previously I'm using Leaflet Control 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 like below:

var searchLayer = L.geoJson().addTo(map);

L.map('map', { searchControl: {layer: searchLayer} });
zakigates commented 3 years ago

I'm runing into the same issue. I'm wondering if you were able to solve it.