-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spiderfying doesn't work with Awesome Markers plugin #598
Comments
Hi, If you pay close attention, you will notice that Awesome Markers do not animate either when splitting from / merging into clusters. This is simply because Awesome Markers plugin replaced the Same issue with Extra Markers plugin (which I would recommend over Awesome Markers since it is more recent and offers more options by the way). You have 2 simple solutions:
Let me know if this does not work for you. |
Thanks, works! |
for compatibility with Leaflet.markercluster animations (see Leaflet/Leaflet.markercluster#598). These classes are used on the default L.Icon.Default, but were omitted in Awesome Markers and Extra Markers. They do not bring any additional styling beyond what Extra Markers assigns to .extra-marker (position: absolute; left: 0; top: 0; user-select: none; display: block;) except for "user-select: none;".
Hi, Just to let you know that Leaflet.ExtraMarkers has just been corrected to include the 2 missing classes. Awesome-Markers is no longer maintained by its author unfortunately. |
When using Awesome Markers https://github.com/lvoogdt/Leaflet.awesome-markers to create markers, the spiderfying effect doesn't work. Markers are just faded in&out but not moved.
The text was updated successfully, but these errors were encountered: