<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 15 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
        {page:WordSection1;}
--></style></head><body lang=DE link=blue vlink="#954F72"><div class=WordSection1><p class=MsoNormal><span lang=EN-GB>I know there is a built in draw order between some types. But I am sure that those extended types I use for depth areas have the same draw order.<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-GB>A few years ago I did some testing and learned that I can influence which polygon is drawn on top by sorting the input. But this method only worked for types with the same built in draw order and it only worked for very small maps that fit in a single Garmin sub file. <o:p></o:p></span></p><p class=MsoNormal><span lang=EN-GB><o:p> </o:p></span></p><p class=MsoNormal><span lang=EN-GB>Obviously trying to control draw order with the new order-by-decreasing-area option can only be successful among types with same built in draw order. But I expected it will function on maps covering multiple Garmin sub files. Unfortunately it does not.<o:p></o:p></span></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><div style='mso-element:para-border-div;border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm'><p class=MsoNormal style='border:none;padding:0cm'><b>Von: </b><a href="mailto:rwb-mkgmap@jagit.co.uk">Ticker Berkin</a><br><b>Gesendet: </b>Sonntag, 13. November 2016 00:12<br><b>An: </b><a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><br><b>Betreff: </b>Re: [mkgmap-dev] Commit r3702: sortAreas_v5.patch: Addoption--order-by-decreasing-area</p></div><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On my device I have to override the inbuilt _draworder, which gives a</p><p class=MsoNormal>higher priority to Ocean/Sea 0x32, to stop the sea areas hiding</p><p class=MsoNormal>everything - I just give polygon types 0x01 to 0x55 level 1 except for</p><p class=MsoNormal>background 0x4b which I give level 0. I don't have any extended types.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Is this on a device that doesn't support TYP/_draworder? Maybe it has</p><p class=MsoNormal>inbuild _draworder that can't be overridden or there is some subtlety</p><p class=MsoNormal>about what is shown.</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>Ticker Berkin</p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal><o:p> </o:p></p><p class=MsoNormal>On Sat, 2016-11-12 at 20:48 +0100, rheinskipper1000@gmx.de wrote:</p><p class=MsoNormal>> I eagerly awaited the order-by-decreasing-area option.</p><p class=MsoNormal>>  </p><p class=MsoNormal>> Results are a bit different than I expected at the moment:</p><p class=MsoNormal>>  </p><p class=MsoNormal>> My style contains:</p><p class=MsoNormal>>  </p><p class=MsoNormal>> waterway=riverbank [0x10302 resolution 20]</p><p class=MsoNormal>> seamark:type=fairway {name 'fairway'}  [0x10307 level 2]</p><p class=MsoNormal>>  </p><p class=MsoNormal>> Unfortunately the smaller (white) fairway polygons are still partly</p><p class=MsoNormal>> covered by (blue) riverbank polygons:</p><p class=MsoNormal>> https://mega.nz/#!NN8UWDCK!LeR_h1cJeBVDGMxFeUf48l_qARfVdKXTMzRoHjy_rE</p><p class=MsoNormal>> w</p><p class=MsoNormal>> https://mega.nz/#!0B9AgZQJ!AZcQ9zHktIQ0D9Uq_nb_gRGG0eDGxCQaT0XuQJaebW</p><p class=MsoNormal>> c</p><p class=MsoNormal>>  </p><p class=MsoNormal>>  </p><p class=MsoNormal>>  </p><p class=MsoNormal>> Von: svn commit</p><p class=MsoNormal>> Gesendet: Freitag, 11. November 2016 17:11</p><p class=MsoNormal>> An: mkgmap-svn@lists.mkgmap.org.uk; mkgmap-dev@lists.mkgmap.org.uk</p><p class=MsoNormal>> Betreff: [mkgmap-dev] Commit r3702: sortAreas_v5.patch: Add option-</p><p class=MsoNormal>> -order-by-decreasing-area</p><p class=MsoNormal>>  </p><p class=MsoNormal>> Version mkgmap-r3702 was committed by gerd on Fri, 11 Nov 2016</p><p class=MsoNormal>>  </p><p class=MsoNormal>> sortAreas_v5.patch: Add option --order-by-decreasing-area</p><p class=MsoNormal>>  </p><p class=MsoNormal>> Patch by Ticker Berkin, slightly modifed</p><p class=MsoNormal>>  </p><p class=MsoNormal>>  </p><p class=MsoNormal>> http://www.mkgmap.org.uk/websvn/revision.php?repname=mkgmap&rev=3702</p><p class=MsoNormal>> _______________________________________________</p><p class=MsoNormal>> mkgmap-dev mailing list</p><p class=MsoNormal>> mkgmap-dev@lists.mkgmap.org.uk</p><p class=MsoNormal>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</p><p class=MsoNormal>>  </p><p class=MsoNormal>> _______________________________________________</p><p class=MsoNormal>> mkgmap-dev mailing list</p><p class=MsoNormal>> mkgmap-dev@lists.mkgmap.org.uk</p><p class=MsoNormal>> http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</p><p class=MsoNormal>_______________________________________________</p><p class=MsoNormal>mkgmap-dev mailing list</p><p class=MsoNormal>mkgmap-dev@lists.mkgmap.org.uk</p><p class=MsoNormal>http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</p><p class=MsoNormal><o:p> </o:p></p></div></body></html>