I am a newbie to OSM . Please guide me how to add direction arrows(traffic) for a street. Regards Mathew asked 27 Jul '11, 09:03 mjk6035 |
The question has been closed for the following reason "The question is answered, right answer was accepted" by mjk6035 30 Nov '11, 08:08
I assume you mean arrows indicating the direction of one-way streets ? The tag you need to add is http://wiki.openstreetmap.org/wiki/Oneway . Note also that way objects in OSM have an inherant direction, and that you may want to revert that direction in the editor (using the 'v' key in potlach2, 'r' key in JOSM) before tagging "oneway=yes". answered 27 Jul '11, 11:16 Vincent de P... ♦ You should probably say "reverse" not "revert"
(28 Jul '11, 14:26)
Harry Wood
1
remember to check that there is no footway=left or footway=right tag (designating the side of the road the pavement is on) before reversing the way... Potlatch2 for example won't correct this when you reverse the way...
(29 Jul '11, 18:10)
c2r
|
Set the direction of the street in OSM to match the traffic direction, then add the tag oneway=yes Wiki - oneway . If you are using Potlatch and need to reverse the direction of the OSM way, click on the "Reverse Direction" button in the lower right corner. answered 27 Jul '11, 11:19 Mike N |
Matthew you don't need to put a oneway tag on a two lane road with traffic in both directions. A highway has some assumptions that you do not need to tag level=0 (ground), lanes=2, oneway=no Now if a road has 4 (or whatever is appropriate) lanes with traffic in both directions (not divided) I tag it as... lanes=4 lanes:forward=2 lanes:backward=2 answered 04 Aug '11, 16:57 Sundance |
If your two-lane road is a dual carriageway / motorway where the two lanes are physically separated by grass/gravel/a barrier etc. then draw two parallel lines, one for each carriageway and treat each as a one way street. If however your question is about how a normal road is being drawn by the various map renderers, then you won't see arrows on a two way road unless you set up your own renderer to do it. answered 27 Jul '11, 14:17 srbrook SomeoneElse ♦ |
Hi
Thanks for the answers . Let me just rephrase my question as it seems its not clear .
I want to know how to display direction arrows(traffic) on a two lane road where traffic can go in both directions . Street is not one way
Regards
Mathew
Where do you want to display this? Are you talking about your own rendering? Then which renderer are you using?
I thought all roads are assumed to be two way, unless marked one way. or have I missed your point