Leaflet.markercluster icon indicating copy to clipboard operation
Leaflet.markercluster copied to clipboard

spiderfyShapePositions now receives the full list of childMarkers

Open EliteMasterEric opened this issue 4 years ago • 1 comments

Done as a third argument to prevent changing the method signature.

One example use case for this is creating a spiderfy in which all markers spider to their original positions, rather than in a circle or spiral.

EliteMasterEric avatar Dec 30 '20 02:12 EliteMasterEric

I have discovered that the use case that this change required can be implemented by instead using the original-locations options of https://github.com/adammertel/Leaflet.MarkerCluster.PlacementStrategies.

EliteMasterEric avatar Apr 22 '21 18:04 EliteMasterEric