This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Is there a way to API fetch multiple nodes simultaneously?

0

I have an array of nodes and am using https://api.openstreetmap.org/api/0.6/node/{node} to get the lng and lat of each node. Is their an easier way to fetch multiple nodes at the same time?

asked 14 Apr '21, 14:52

zgivod's gravatar image

zgivod
16223
accept rate: 0%


One Answer:

1

answered 14 Apr '21, 23:45

jmapb's gravatar image

jmapb
3.4k73361
accept rate: 22%

edited 15 Apr '21, 01:02

Source code available on GitHub .