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

Route service api which returns osm nodes (with id)

0

Is there any routing service api, which returns data containing the id of the osm nodes of the way?

Edit: Maybe my question isn't clear enough. I'd like to find a routing api which returns not (only) the coordinates of the route (between a start and an end point), but the osm nodes. In other words an api, that returns a route which consists of osm nodes.

asked 24 Feb '14, 10:42

csati's gravatar image

csati
1111
accept rate: 0%

edited 24 Feb '14, 11:54


One Answer:

0

Check the router at Project OSRM, if you add annotations=nodes as a parameter it should give you the list of OSM nodes used. Unfortunately the server is not too stable.

answered 25 Jul '17, 13:52

PetrHaj's gravatar image

PetrHaj
1
accept rate: 0%

edited 25 Jul '17, 13:53