It's still a bit confusing to me.
Does ?? in [0x?? road_speed=? road_class=? continue]
mean that you can use wildcards?

Or is it just an example and you need to fill it in for every road type, like
Felix already mentioned?

And I suppose you need to add cycleway=opposite_lane as well.
And maybe bicycle:oneway=no or oneway:bicycle=no since some will use these tags 
instead
of cycleway=opposite


----------
Henning wrote:

Hi,
all you need is:

highway=* & ( oneway=yes | oneway=1 | oneway=true ) & cycleway=opposite 
{set oneway=-1; set access=no; set bicycle=yes} [0x?? road_speed=? 
road_class=? continue]

and

highway=* & oneway=-1 & cycleway=opposite {set oneway=yes; set 
access=no; set bicycle=yes} [0x?? road_speed=? road_class=? continue]

Henning
_______________________________________________
mkgmap-dev mailing list
[email protected]
http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev

Reply via email to