Hi, Am 03.05.2011 20:53, schrieb Thorsten Kukuk: > > Hi, > > I tried to create a map where you can see arrows for oneway streets. > For this I have the normal street, and wanted to create an overlay > containing an arrow and a transparent background. > I tried this with the continue statement. > > I tried the following statements: > > highway=motorway & oneway=yes [0x01 road_class=4 road_speed=7 level 6 > continue] > highway=motorway & oneway=yes [0x10f01 level 6] > > and > > highway=motorway & oneway=yes [0x10f01 level 6 continue] > highway=motorway & oneway=yes [0x01 road_class=4 road_speed=7 level 6] > > But with both statements, the arrow is always drawn below the street. > Is it somehow possible to have the arrow on top of the street?
I use these statements: highway=tertiary [0x05 level 3 continue] highway=tertiary & oneway=yes [0x18 level 3] Josef -- PGP Schlüssel: 311D1055 http://keyserver.pgp.com _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
