<div dir="ltr"><div>I really wanted the .img file to look like the real roads. If a linetype crossed over another way, it would be drawn on top. Since there is a limited number of Routable linetypes, I decided to just use one linetype and label it &quot;bridge&quot;. But this still does not work. I get some ways being drawn on top of the bridge way. Any sure way to get bridges to be drawn on top?</div><div><br></div>In my lines file I have added (Tertiary example ):<div><br></div><div><br></div><div><div>highway=tertiary &amp; mkgmap:unpaved=1 [0x11 road_class=1 road_speed=3 resolution 20] # I use a THICK UNPAVED LINETYPE</div><div>highway=tertiary &amp; oneway=yes [0x26 resolution 20 continue] # I overlay ARROWS underneath the way</div><div>highway=tertiary &amp; cycleway=lane [0x17 resolution 20 continue] # I overlay 2 bike lanes alongside the way (not currently working, yet)<br></div><div>highway=tertiary &amp; bridge!=yes [0x05 road_class=1 road_speed=3 resolution 20] # draw all ways that do not have bridges</div><div><br></div><div><br></div></div><div># at the end of the lines file, just before FINALIZE</div><div>highway=tertiary &amp; bridge=yes [0x12 road_class=1 road_speed=3 resolution 20] # draw bridges last so they will be on top.<br></div><div><br></div><div><br></div><div>Anybody got this to work?</div><div><br></div><div>Greg</div></div>