[OSM-talk] How to tag lanes, not ways, was: Deprecating the use of Tag:highway=stop in favour of Key:stop
Anthony
osm at inbox.org
Sun Aug 30 00:12:35 BST 2009
On Sat, Aug 29, 2009 at 6:51 AM, John Smith <deltafoxtrot256 at gmail.com>wrote:
> <way id=....>
> <nd ref=.../>
> <tag .../>
> <tag .../>
> <lane id=... direction=forward from-outside=2>
> <nd ref=...>
> <tag k='maxspeed' v='110' />
> </lane>
> <lane id=.... direction=backward from-outside=1>
> <nd ref=....>
> <tag k='maxspeed' v='130' />
> </lane>
> </way>
>
<way id=....>
<nd ref=.../>
<tag .../>
<tag .../>
<tag k='lanes' v='2' />
<tag k='lanedirection' v='backward;forward'>
<tag k='maxspeed' v='130;110' />
</way>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/talk/attachments/20090829/6e6bb2a8/attachment.html>
More information about the talk
mailing list