On Sat, Aug 29, 2009 at 6:51 AM, John Smith <deltafoxtrot...@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>
_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/listinfo/talk

Reply via email to