I love Adalo… exactly the tool that I was looking for. I understand enough about databases, and UI/UX to take an idea and (hopefully can) implement it. Thank you, Adalo Team & community!
It has been smooth sailing until I ran into an issue.
I have a collection that has location (geo data) fields - City, State Code among other fields.
The preview displays the maps for each of geo information in a list view, when I wire single markers to each of the city/state code. (as I expected)
But when I try to display all the geo locations in ONE map using the Map-multiple markers option to wire all the city/state code in the collection, the preview mode does not display the map.
thank you @ahmedferdaus Not sure why the Multiple Markers mapping option stopped working earlier. But seems to working back again (after rewiring everything all over again) with address information from multiple columns.
Thanks for passing on that info. I will make sure the team is aware so they can investigate further whether there is something we can do on our sides to fix that.
I love adalo.
And I’m trying to use the map function.
If it is a single marker, it will be displayed normally, but
For multiple markers, even “sharing” doesn’t even show the map on the screen.
I would be grateful if you could give me some advice.
just store “latitude” “longitude” in your collection, then reference them with a comma in between.
If you use addresses then google API will charge actions for each address it has to calculate (lookup) lat/long for. Better to store lat/long from the start (when you add the address to your collection).