How should speed limits be tagged if they are different in the two directions of a street? E.g. reduced speed limit before a crossing road: So how to tag this -------^ part of the street?asked 03 Jun '12, 01:29 K-M-H edited 03 Jun '12, 01:35 |
2 Answers:
See https://wiki.openstreetmap.org/wiki/Key:maxspeed#Driving_direction Note you will have to split the street multiple times for this to work. answered 03 Jun '12, 13:18 SimonPoole ♦ |
I'd say maxspeed:forward and maxspeed:backward are the tags you want. "forward" when the car drives in the same direction as the OSM way. The "*:forward" subtag style is common enough in OSM, and taginfo will show you that it is commonly used for maxspeed too. answered 03 Jun '12, 13:23 Vincent de P... ♦ |