I have a map with markers.
You can filter the the database and the results are shown in a repeating group.
When clicking on a marker, the repeating group scrolls to the corresponding entry.
So far so good.
Now.
I would like to have it do the same, the other way around. When clicking on an entry, I would like to have the marker displayed and the map zoomed to that marker.
However I seem to be unable to do that.
I had tried that too, but your response just re-affirmed me that this was right, and must have made a mistake elsewhere.
-> I had set the map to center on my current location, so it would never zoom away from that.
undid that, now it all works.
Thank you!