You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What behaviour I'm expecting and which behaviour I'm seeing
i am creating a cluster with its icon using pie chart, but i found some trouble when the cluster has 2 child, getAllChildMarkers() return only 1 marker when cluster contains 2 child
red line is the cluster has 2 child
green line is the cluster has more than 2 child
How to reproduce
What behaviour I'm expecting and which behaviour I'm seeing
i am creating a cluster with its icon using pie chart, but i found some trouble when the cluster has 2 child, getAllChildMarkers() return only 1 marker when cluster contains 2 child
red line is the cluster has 2 child
green line is the cluster has more than 2 child
Related Codes
I think the problem comes from here
Leaflet.markercluster/src/MarkerClusterGroup.js
Lines 264 to 270 in 31360f2
why should there be a code to remove the marker?
The text was updated successfully, but these errors were encountered: