We also need to add cycleways to associatedStreet relations then and bus stops and their platforms and parking lanes. What roles do we assign for those?<br><br>Polyglot<br><br><div class="gmail_quote">2011/3/25 David Paleino <span dir="ltr"><<a href="mailto:dapal@debian.org">dapal@debian.org</a>></span><br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">On Fri, 25 Mar 2011 15:07:12 +0000, SomeoneElse wrote:<br>
<br>
> What I don't yet understand is the workflow associated with the<br>
> "Sidewalk_as_separate_way" proposal. Through the window I can see a<br>
> road which has a (currently unmapped) footpath/sidewalk along both sides<br>
> for part of its length and one side after that. Perhaps someone could<br>
> explain (under the "Sidewalk_as_separate_way" proposal) I would map<br>
> that? How do I indicate where the footpath/sidewalk is actually<br>
> immediately adjacent to the road and where it isn't? What other ways or<br>
> relations (in addition to the road) do I need to create?<br>
<br>
</div>I would map them as three ways (warning, ASCII art below):<br>
<br>
* |<br>
* |<br>
| * |<br>
| * |<br>
|--x--|<br>
| * |<br>
| * |<br>
<br>
The "|" are the two sidewalks, the "*" is the main road.<br>
<br>
Way marked with *:<br>
<br>
highway=residential (or whatever)<br>
<br>
Ways marked with |:<br>
<br>
highway=footway<br>
footway=sidewalk<br>
<br>
In the example above I've also put a crossing, the "--x--" line. This would be<br>
tagged as:<br>
<br>
highway=footway<br>
footway=crossing<br>
crossing=* (depending whether it has traffic lights, is/isn't marked, [..])<br>
<br>
For compatibility reasons with the current approach, I'd also tag the "x" node<br>
as:<br>
<br>
highway=crossing<br>
<br>
The relation is optional, but if you wanted to, you can put the road marked with<br>
"*" into an associatedStreet/street relation (with no role/"street" role), and<br>
the sidewalks ("|") with role "sidewalk".<br>
<br>
Kindly,<br>
<font color="#888888">David<br>
</font><div><div></div><div class="h5"><br>
--<br>
. ''`. Debian developer | <a href="http://wiki.debian.org/DavidPaleino" target="_blank">http://wiki.debian.org/DavidPaleino</a><br>
: :' : Linuxer #334216 --|-- <a href="http://www.hanskalabs.net/" target="_blank">http://www.hanskalabs.net/</a><br>
`. `'` GPG: 1392B174 ----|---- <a href="http://deb.li/dapal" target="_blank">http://deb.li/dapal</a><br>
`- 2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174<br>
</div></div><br>_______________________________________________<br>
Tagging mailing list<br>
<a href="mailto:Tagging@openstreetmap.org">Tagging@openstreetmap.org</a><br>
<a href="http://lists.openstreetmap.org/listinfo/tagging" target="_blank">http://lists.openstreetmap.org/listinfo/tagging</a><br>
<br></blockquote></div><br>