<div dir="ltr">Dave, I have done the same thing with 1 way arrows (linetype 0x26 for me)<div><br></div><div>I have only done this for SECONDARY, TERTIARY, RESIDENTIAL, and SERVICE roads. Here is my &#39;line&#39; code for SECONDARY roads:</div><div><br></div><div><div>highway=secondary &amp; ( network=e-road | int_ref=* ) [0x04 resolution 19-19 continue]</div><div>highway=secondary &amp; oneway=yes [0x26 resolution 19 continue]</div><div>highway=secondary &amp; cycleway=lane [0x00 resolution 19 continue]</div><div>highway=secondary &amp; bridge!=yes [0x04 road_class=2 road_speed=3 resolution 19 continue]</div><div>highway=secondary &amp; bridge=yes [0x01 road_class=2 road_speed=3 resolution 22]</div><div>highway=secondary_link &amp; bridge!=yes [0x08 road_class=2 road_speed=1 resolution 19 continue]</div><div>highway=secondary_link &amp; bridge!=yes [0x23 resolution 19 continue]</div><div>highway=secondary_link &amp; oneway=yes [0x26 resolution 19 continue]</div><div>highway=secondary_link &amp; cycleway=lane [0x00 resolution 19 continue]</div><div>highway=secondary_link &amp; bridge=yes [0x01 road_class=2 road_speed=1 resolution 22]</div></div><div><br></div><div>I do this for both the road and the *_link, This is &#39;mid-way&#39; in my code. You can see I also have overlay for BICYCLE lanes and BRIDGES</div><div>It works and looks great.</div><div><br></div><div>Greg</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Mar 5, 2016 at 1:28 AM, Dave Swarthout <span dir="ltr">&lt;<a href="mailto:daveswarthout@gmail.com" target="_blank">daveswarthout@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">I would like to see oneway arrows drawn on top of the highway lines the way OSMAnd does it. I tried moving my oneway arrow rules to after the other highway rules were finished processing but they completely disappeared. The lines style rules are below and in my TYP file are defined as blue arrows on a transparent background.<div><br></div><div><br clear="all"><div><div># display direction arrows on highways</div><div>highway=* &amp; (oneway=yes | oneway=1 | oneway=true) [0x10000 resolution 24 continue with_actions]</div><div>highway=* &amp;  oneway=-1 [0x10001 resolution 24 continue with_actions]</div></div><br></div><div>Thanks,</div><div>Dave</div><div><div></div>
</div></div>
<br>_______________________________________________<br>
mkgmap-dev mailing list<br>
<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><br>
<a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" rel="noreferrer" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a><br></blockquote></div><br></div>