NOTICE: help.openstreetmap.org is no longer in use from 1st March 2024. Please use the 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.2k55074
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: 4,182 times

last updated: 27 Jun '17, 08:53

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