I tried forcing a map refresh. It doesn't change anything.
I also tried inserting more values into 'arr1' after. An extra pin gets generated, but all the pins are in the centre of the map.
Hey @George would you be able to help on this? I havenāt figured out any solution and itās still breaking my application.
Interestingly, on the first load of the page, the pins are positioned corrected and labelled correctly (both getting the values from the address field in my API response). However, there are 2 issues:
If marker-address and marker-id pull from different fields, e.g. marker-address=āaddressā marker-label=āidā, then the pins are positioned correctly and the label is empty.
I have a button that would add or remove a location from the list of markers. If I click on that button to remove a location, then the pin is removed, but all the other pins are grouped together at the centre of the screen (like the first picture) instead of their respective locations
The page isnāt public yet, but if you follow the steps in my first post, you should be able to replicate the issue. Alternatively I could screen share. Let me know if thereās an easier solution!
Hi @Teodor, have you had a chance to look into this issue?
Essentially you can take any maps with dynamic markers, and filter the API response (which has the addresses) using an array that you had dynamically set within the app.
I experience this same issue. I noticed the issue during Kenās starter course (Iām a Bubble user tipping toes with Wappler).
So Iām not super certain this is truly a bug, or just me not having the proper Wappler skills, yet. Iām happy to share my project to replicate the issue.