<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>1-way Arrows:<br><br>1 - highway=primary    [0x10106 resolution 24 continue ]<br>2 - oneway=yes         [0x01  resolution 24 continue]<br>3 - highway=primary [0x0a  road_class=0 road_speed=0 resolution 24 ]<br><br>1 - typ file shows the primary, no routing<br>2 - typ file shows an arrow, no routing<br>3 - typ file shows transparent nothing, routing commands<br><br>mkgmap shows an error-message, that "a routable & a not routable way leads to routing errors".<br>But it works good. 0x01 will always show on top. Routing is OK.<br><br><br><br><br>Another way is, run mkgmap 3 times.<br><br>first time:<br>highway=primary [0x01  road_class=0 road_speed=0 resolution 24 ]<br><br>second time, with option "transparent" and a higher draw-priority than the first time<br>oneway=yes         [0x10901  resolution 24 continue]<br><br>third time:<br>make tdb & img from all *img.<br><br>0x10901 is a good Number, cause BaseCamp will show no name in the PopUp, when the Hand goes over this way<br><br>Arndt</p><blockquote type="cite"><p>nwillink <osm@pinns.co.uk> hat am 7. März 2016 um 19:16 geschrieben:<br><br><br>Ligfietser is correct about non bitmap lines generally having superior<br>draworder to bitmap lines.<br>Again, the behaviour of lines is determined by your device ,not Mapsource or<br>Bascemap.<br><br>One sure way of getting arrows to appear in the center is by creating<br>a) a bmp line for oneway=yes etc<br>b) an invisible BUT routable line for the same stretch.<br><br>say residential:<br><br>0x6 (make invisible and routable) and add continue<br>if no one way (oneway!=*) then 0x10600 (residential) <br>if one way (oneway=* & oneway!=no ) then 0x10601 (residential withy arrow<br>in middle) <br><br><br><br>--<br>View this message in context: http://gis.19327.n5.nabble.com/Oneway-arrows-tp5869090p5869321.html<br>Sent from the Mkgmap Development mailing list archive at Nabble.com.<br>_______________________________________________<br>mkgmap-dev mailing list<br>mkgmap-dev@lists.mkgmap.org.uk<br>http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</p></blockquote></body></html>