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
// All child markers are contained in a single cluster from this._maxZoom to this cluster.
cluster.spiderfy();
}elseif(this.options.zoomToBoundsOnClick){
I don't want to search for hacky ways to bypass this, in case I need to spiderfy the cluster only at the maximum zoom level. It would be nice to have a parameter for the cluster groups, like 'spyderfyOnMaxZoomOnly' or something
The text was updated successfully, but these errors were encountered:
Leaflet.markercluster/src/MarkerClusterGroup.js
Lines 868 to 874 in e5124b2
I don't want to search for hacky ways to bypass this, in case I need to spiderfy the cluster only at the maximum zoom level. It would be nice to have a parameter for the cluster groups, like 'spyderfyOnMaxZoomOnly' or something
The text was updated successfully, but these errors were encountered: