Why not ask your question on the new OpenStreetMap Community Forum?

I'm trying to use OSRM on my own map data (in OSM format)

I'm wondering which of the ~66k OSM attributes are relevant for this, and which are ignored by OSRM.

Is there a reference someone can point me to?

asked 26 Jun '17, 13:14

dotanrs's gravatar image

dotanrs
16113
accept rate: 0%


permanent link

answered 27 Jun '17, 07:00

Jochen%20Topf's gravatar image

Jochen Topf
5.1k54972
accept rate: 31%

OSRM will use the tags specified in the profile that you pass to osrm-extract. The size of the predefined profiles, like car.lua sort of limits the usefulness of this answer, but the most important keys for routing are highway=* and access=*. You can see that lots of other tags are also accounted for, but those are by far the most important ones.

permanent link

answered 26 Jun '17, 19:17

maxerickson's gravatar image

maxerickson
12.7k1083176
accept rate: 32%

2

and oneway and turn restrictions ?

(27 Jun '17, 04:10) escada

And other tags listet at https://wiki.openstreetmap.org/wiki/OSM_tags_for_routing and https://wiki.openstreetmap.org/wiki/Routing#Routing_considerations. However these lists are incomplete and partly outdated.

(27 Jun '17, 08:53) scai ♦
Your answer
toggle preview

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
×85
×22

question asked: 26 Jun '17, 13:14

question was seen: 3,972 times

last updated: 27 Jun '17, 08:53

powered by OSQA