Antoine Pultier

Results 136 comments of Antoine Pultier

@bekakst I think PruneCluster.Cluster._clusters is an array of the clusters displayed on the map. Using the bounds of these clusters, you can determine which one contains your marker. You can...

Thanks. It hasn't been maintained for a while unfortunately. It doesn't support clustering by distance in meters. The main difficulty is with the classic web mercator projection (WGS84), the scale...

Sorry I don't know any library with this functionality. About what I described, it's not super easy to implement with leaflet so I would recommend to continue looking for a...

Hei. It looks like a critical bug yes. I'm quite busy these days. I will try to take a quick look at it. Do you have an example to reproduce...

Hi, This library simply uses [the Leaflet `click` event on markers](https://leafletjs.com/reference.html#marker-click). If you create a marker in leaflet, do you get the click events using Samsung browser?

Thanks for letting me know 🙂

Yes it's possible, but there is no real API for that. You have to do write some code. [Check this source code for example.](https://github.com/SINTEF-9012/PruneCluster/blob/master/examples/random.10000-categories.html#L33-L108)

Yes, the spiderfied cluster are not dynamic yet.

Hi, What do you want to achieve? You have the noHide parameter set as true, so the comportment seems correct. Do you want to keep the markers displayed when you...

Thank you for this bug report. I will look into it as soon as I have time