logo separator

[mkgmap-dev] --make-cycleways labels invisible

From Minko ligfietser at online.nl on Wed Feb 16 23:01:10 GMT 2011

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



More information about the mkgmap-dev mailing list