Am 03.05.2011 22:10, schrieb Josef Latt: > 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]
Type 0x05 is the highway, type 0x18 are only the signs for oneway. They are drawn middle over the way. highway=tertiary [0x05 level 3 continue] highway=tertiary & oneway=yes [0x18 level 3 continue] highway=tertiary & (cycleway=track | cycleway=lane | cycleway:left=* | cycleway:right=*) [0x2e level 3] The third line drawes left and right the way blue rectangles additional to the oneway signs. Josef -- PGP Schlüssel: 311D1055 http://keyserver.pgp.com _______________________________________________ mkgmap-dev mailing list [email protected] http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev
