Closed dfabulich closed 3 years ago
This issue has been automatically marked as stale because it has not had recent activity. Please comment here if it is still valid so that we can reprioritize. Thank you!
Closing this. Please reopen if you believe it should be addressed. Thank you for your contribution.
Is your feature request related to a problem? Please describe. When clicking on a cluster, the cluster disappears and is replaced with smaller clusters/markers. This is visually disorienting.
Describe the solution you'd like An (optional) "explosion" animation, where the smaller clusters/markers animate from the center of the cluster to their actual locations.
Describe alternatives you've considered We implemented our own marker clusterer that implements clustering and markers as a layer, using CSS animations to animate the markers into position. It would be nice to use the stock MarkerClustererPlus library instead.