Testing the map options in 2.0 (Fantastic feature BTW) but the cluster markers option seems to be very odd with its calculations it will show twice as many clustered markers as there are, clicking the cluster marker shows just the one pin.
Hi,
Thanks so much for your report!
Would you be so kind as to provide a live link and a screencast using https://jam.dev showing and explaining what’s happening?
Best regards,
timmse
Here is a vid showing it, I don’t have a public example I can show live. https://youtu.be/BiDDL4o1lqE
Hi @SpinDreams, do you have markers that share the same coordinates?
No there are none. I have made my dev homepage accessible here so you can see for yourself
https://dev.ajo.casa/en/
- It is loading data from the loop above the map using map connecter. The loop is part of a slider which I believe is causing the problem, if I take the loop out of the slider things work correctly for the clustering.
- It does not always count twice (you will get different results during refreshes and for different locations)
- The loop is random ordering with a seed of 0, max 20 posts, in case that is a factor
Hi @SpinDreams ,
Please try to set your Slider Type to “Slide” instead of the default “Loop”
Splide JS is cloning your map connectors’ DOM
Let me know if this is working.
Regards,
Jenn
Yep that fixed the problem