List of pins from data on map

I have a data containing various longitude and latitude values

LONG1 LAT1 LONG2 LAT2 like this…

How can i show these as multiple pins on map?

AFAIK, you can only do a list of places (addresses), not of coords.

Though I’d love to be wrong because that issue is also holding me up on another project.

My gut says a manual implementation of a map API might be the way to go.

can we work around a way to take these values converting them into addresses in any temporary dataset and calling it from there.

You can convert coords to locations easily. Check out the Geocoding from Google plugin and this documentation:

You can also use the “Calculate Formula” Coordinates To Address function.

image

1 Like

Thank you for this explanation :smiley: thats the best part about bubble. But I have a different question which i have not been able to figure out.
My data structure have various latitude and longitude in a single data and i want to make a list of it.

Table name :
AMENITIES
Fields:
XPARKING1
YPARKING2
ZPARKING3
APARKING4
BPARKING5

And i am trying to show these 5 pins on Map. Still not able to figure out how?

This topic was automatically closed after 70 days. New replies are no longer allowed.