MatEhi
January 29, 2025, 10:06am
1
Hello,
I’m trying to display multiple markers on Google maps out of a single line from a DB but it doesn’t work.
I have this DB for different trips with max. 10 waypoints.
At first I have this filter to get the right line:
This works fine, I can choose a waypoint and show it on the map.
But I want to show all waypoints.
Is this the wrong way to manage this usecase?
Can anyone help?
Victor
January 30, 2025, 7:35am
2
Hi @MatEhi ,
You need to have a separate record in the collection for each waypoint (coordinates) to show it in the form of multiple markers.
Best,
Victor.
MatEhi
January 30, 2025, 12:40pm
3
Thank you very much for your response. How can I implement this? Could you explain it to me?
system
Closed
February 10, 2025, 10:55pm
6
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.