NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum

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


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.

permanent link

answered 25 Jul '17, 13:52

PetrHaj's gravatar image

PetrHaj
1
accept rate: 0%

edited 25 Jul '17, 13:53

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×305

question asked: 24 Feb '14, 10:42

question was seen: 1,848 times

last updated: 25 Jul '17, 13:53

NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the OpenStreetMap Community Forum