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

One way pedestrian street

2

I am in the process of making a routing engine. I want to know, is it possible for a road segment in osm data (that is accessible from pedestrians) to only be walkable from one way ? Or should I take from granted that every single road segment is double-way ?

asked 27 May '16, 17:35

shiro900's gravatar image

shiro900
54449
accept rate: 0%

edited 27 May '16, 17:37


One Answer:

3

answered 27 May '16, 17:40

SomeoneElse's gravatar image

SomeoneElse ♦
36.9k71370866
accept rate: 16%

Actually, look at this osm routing query. GraphHopper routing engine registered this edge as double way...

(27 May '16, 17:49) shiro900
1

Here's an overpass query that shows that it's not too common:

http://overpass-turbo.eu/s/gtK

Some routing engines will get things wrong; Graphhopper clearly has here. Some of the examples are a bit "open to interpretation", such as:

http://www.openstreetmap.org/way/75665826

(27 May '16, 17:52) SomeoneElse ♦