<div>Hi Gerd,</div>
<div>Moving style-file as first line has resolved problem with use styles !!!!</div>
<div> </div>
<div><span style="text-decoration: underline;">Where I can find description of property order of options</span>? (I thought that this is order from site <a href="http://www.mkgmap.org.uk/doc/options" target="_blank">http://www.mkgmap.org.uk/doc/options</a> :( /and there --input-file is before --style-file/)</div>
<div> </div>
<div> </div>
<div>
<div>When I've moved line:</div>
<div><em>include 'inc/water_polygons';</em><br><em>include 'inc/landuse_polygons';</em><br><br><em>instantly after the block</em><br><br><em>historic=museum | historic=memorial [0x1e resolution 21]</em><br><em>historic=archaeological_site | historic=ruins [0x1e resolution 21]</em></div>
<div> </div>
<div><span style="text-decoration: underline;">I can see blue lake!!!</span><strong></strong><em></em><span style="text-decoration: underline;"> </span></div>
</div>
<div> </div>
<div>Remain small problem with leisure = natural_rserve area, because even though change resolution form 20 to 19,18 or less the polygon is visible not until 800m zoom (maybe it is feature of 0x16 type in device)</div>
<div> </div>
<div><strong>Thank You very very much.</strong></div>
<div> </div>
<div>And still one question about use mkgmap.</div>
<div> </div>
<div>For example I've 3 pbf file from geofabrik.de (France, Germany and Schweiz) and one polygon wich owerlap 3 country (nearly Basel). I will make one routable map from this region (inner polygon) with possibility make route between 2 or 3 country.</div>
<div> </div>
<div>What is better metod:</div>
<div>1.</div>
<ol>
<li>using osmconvert to cut from each country tail which intersects with polygon</li>
<li>using osmconvert to make one file from those 3 files</li>
<li>use splitter</li>
<li>use mkgmap</li>
</ol>
<div>or</div>
<div>2.</div>
<ol>
<li>using splitter split map with polygon-file option for each file<strong></strong><em></em><span style="text-decoration: underline;"> </span><sub></sub><sup></sup><span style="text-decoration: line-through;"> </span></li>
<li>using mkgmap with <span style="text-decoration: underline;">all</span> files after splitting</li>
</ol>
<div>or maybe another method</div>
<div> </div>
<div>Best Regard</div>
<div>Darek</div>
<div> </div>
<div> </div>
<div>W dniu 2017-06-01 09:59:32 użytkownik Gerd Petermann <GPetermann_muenchen@hotmail.com> napisał:</div>
<div>> Hi Dariusz,</div>
<div>></div>
<div>> maybe you have specified the style-file option too late. It should appear before the input-file option.</div>
<div>> Order of options matters!</div>
<div>> A simple method to verfiy that the style file is used is too make it invalid, e.g. add nonsense like</div>
<div>> bla bla</div>
<div>> as a first line in lines. This should result in a message like this:</div>
<div>> Error in style: Error: (lines:12): Stack size is 3 (missing or incomplete expression)</div>
<div>> Could not open style</div>
<div>> You can also add option check-style.</div>
<div>> The echo and echotags options write to stderr, not stdout, just in case that you redirect that file.</div>
<div>></div>
<div>> Gerd</div>
<div>></div>
<div>> ________________________________________</div>
<div>> Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von d.kwapisz <d.kwapisz@onet.eu></div>
<div>> Gesendet: Donnerstag, 1. Juni 2017 09:51:42</div>
<div>> An: Development list for mkgmap</div>
<div>> Betreff: Re: [mkgmap-dev] Problem with visibility object in Garmin img</div>
<div>></div>
<div>> Hi Gerd.</div>
<div>></div>
<div>></div>
<div>> I've copy of \examples\styles\default directory with new name (\examples\styles\greece) and I use --style-file with this new name (with .</div>
<div>></div>
<div>> I've:</div>
<div>></div>
<div>> 1. batch file (with absolute path to java.exe, absolute path to mkgmap.jar and absolute path to options file)</div>
<div>> 2. options file in which I've all options (input-file=, gmapsupp, style-file=, index,route, ...)</div>
<div>> 3. copy of directory. This is directory with files (not zip file) - in file ..\styles\greece\inc\water_polygons I've changed line: natural=water [0x3c resolution 18] to: natural=water {echotags "water"} [0x3c resolution 18] and in file: ..\styles\greece\polygons in line leisure=nature_reserve [0x16 resolution 20] I've changed resolution from 20 to 18.</div>
<div>></div>
<div>> I run cmd.exe and in command window I run batch file.</div>
<div>> When batch file is run I don't see any line in cmd window with data from echotags (this is normal?).</div>
<div>> After executing batch file I have new gmapsupp.img file, but after transering him to Oregon, I don't see difference with displaying natur reserve - also is displaying from 800m.</div>
<div>></div>
<div>> And now questions:</div>
<div>> How I can verify, whether mkgmap uses styles form ..\styles\Greece directory?</div>
<div>></div>
<div>> Darek</div>
<div>></div>
<div>></div>
<div>></div>
<div>></div>
<div>></div>
<div>></div>
<div>> W dniu 2017-05-31 16:29:24 użytkownik Gerd Petermann <GPetermann_muenchen@hotmail.com> napisał:</div>
<div>> > Hi Dariusz,</div>
<div>> ></div>
<div>> > if you change the style, you should create a copy of directory default and give it a different name, e.g. c:\mystyle.</div>
<div>> > Next, you use option --style-file=c:\mystyle to tell mkgmap the position of the style.</div>
<div>> ></div>
<div>> > If you change the files in \examples\styles\default you still have to tell mkgmap to read that directory, else it will</div>
<div>> > use the files which are in the jar file.</div>
<div>> ></div>
<div>> > Gerd</div>
<div>> > ________________________________________</div>
<div>> > Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von d.kwapisz <d.kwapisz@onet.eu></div>
<div>> > Gesendet: Mittwoch, 31. Mai 2017 16:23:08</div>
<div>> > An: Development list for mkgmap</div>
<div>> > Betreff: Re: [mkgmap-dev] Problem with visibility object in Garmin img</div>
<div>> ></div>
<div>> > Hi Gerd,</div>
<div>> ></div>
<div>> > unfortunately I cant verify Your suggestions, because it appears that change in style files don't influences gmapsupp.img (also I don't see in cmd window results off {echo "..."} command.</div>
<div>> ></div>
<div>> > I must more time to try.</div>
<div>> ></div>
<div>> > Best Regards</div>
<div>> > Darek</div>
<div>> ></div>
<div>> ></div>
<div>> ></div>
<div>> ></div>
<div>> ></div>
<div>> > W dniu 2017-05-31 08:33:37 użytkownik Gerd Petermann <GPetermann_muenchen@hotmail.com> napisał:</div>
<div>> > > Hi Dariusz,</div>
<div>> > ></div>
<div>> > > thanks for the feedback. You may also try to use a lower resolution for</div>
<div>> > > leisure=nature_reserve [0x16 resolution 19]</div>
<div>> > > if you are interested in them.</div>
<div>> > ></div>
<div>> > > To be honest, I don't understand why the default style processes water polygons</div>
<div>> > > so late. I think the lines</div>
<div>> > ></div>
<div>> > > include 'inc/water_polygons';</div>
<div>> > > include 'inc/landuse_polygons';</div>
<div>> > ></div>
<div>> > > should be moved instantly after the block</div>
<div>> > ></div>
<div>> > > historic=museum | historic=memorial [0x1e resolution 21]</div>
<div>> > > historic=archaeological_site | historic=ruins [0x1e resolution 21]</div>
<div>> > ></div>
<div>> > > Does anybody see a reason for the current order ?</div>
<div>> > ></div>
<div>> > > Gerd</div>
<div>> > > ________________________________________</div>
<div>> > > Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von d.kwapisz <d.kwapisz@onet.eu></div>
<div>> > > Gesendet: Dienstag, 30. Mai 2017 22:49:38</div>
<div>> > > An: Development list for mkgmap</div>
<div>> > > Betreff: Re: [mkgmap-dev] Problem with visibility object in Garmin img</div>
<div>> > ></div>
<div>> > > Hi Gerd,</div>
<div>> > ></div>
<div>> > > Really, I can see nature_reserve from zoom 800m. ThankYou (Sorry my fault).</div>
<div>> > ></div>
<div>> > > Tomorrow I tray change style for tourism=attraction and natural=water.</div>
<div>> > ></div>
<div>> > > Darek</div>
<div>> > ></div>
<div>> > ></div>
<div>> > > W dniu 2017-05-30 15:01:20 użytkownik Gerd Petermann <GPetermann_muenchen@hotmail.com> napisał:</div>
<div>> > > > Hi Dariusz,</div>
<div>> > > ></div>
<div>> > > > you should see the two leisure=nature_reserve polygons as green areas if you zoom in to 800m .</div>
<div>> > > > The water polygon is also tagged as tourism=attraction and it seems that the default style</div>
<div>> > > > renders this as 0x1f which is also a kind of park and therefore also rendered as green.</div>
<div>> > > ></div>
<div>> > > > Does that help?</div>
<div>> > > ></div>
<div>> > > > Gerd</div>
<div>> > > ></div>
<div>> > > > ________________________________________</div>
<div>> > > > Von: mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> im Auftrag von d.kwapisz <d.kwapisz@onet.eu></div>
<div>> > > > Gesendet: Dienstag, 30. Mai 2017 14:24:08</div>
<div>> > > > An: mkgmap-dev@lists.mkgmap.org.uk</div>
<div>> > > > Betreff: [mkgmap-dev] Problem with visibility object in Garmin img</div>
<div>> > > ></div>
<div>> > > > Hi,</div>
<div>> > > ></div>
<div>> > > > I've load from OSM rectangle</div>
<div>> > > > bbox=24.061,35.2895,24.2976,35.4638</div>
<div>> > > > using Overpass API export.</div>
<div>> > > ></div>
<div>> > > > (this is part of Greece > Crete)</div>
<div>> > > ></div>
<div>> > > > There are among other things 2 polygons nature_reserve (140514809 and 140515050) and polygon natural water (356673828).</div>
<div>> > > ></div>
<div>> > > > I use the newest mkgmap 3909 (Windows 10).</div>
<div>> > > ></div>
<div>> > > > After using mkgmap with option file:</div>
<div>> > > ></div>
<div>> > > > family-name=fam-name-kreta</div>
<div>> > > > gmapsupp</div>
<div>> > > > output-dir=D:\Dokumenty\OSM\ttt\</div>
<div>> > > > description=descr-kreta</div>
<div>> > > > unicode</div>
<div>> > > > index</div>
<div>> > > > route</div>
<div>> > > > precomp-sea=C:\Users\Darek\Downloads\sea.zip</div>
<div>> > > > generate-sea</div>
<div>> > > > order-by-decreasing-area</div>
<div>> > > > mapname: 63240001</div>
<div>> > > > input-file: map.osm</div>
<div>> > > ></div>
<div>> > > ></div>
<div>> > > > After generating gmapsupp.img and transferring to Orgeon 650 unfortunately I don't see neither polygons (140514809 and 140515050) nor polygon (356673828).</div>
<div>> > > ></div>
<div>> > > ></div>
<div>> > > > What I do wrong?</div>
<div>> > > ></div>
<div>> > > > Best Regards</div>
<div>> > > > Dariusz Kwapisz</div>
<div>> > > > _______________________________________________</div>
<div>> > > > mkgmap-dev mailing list</div>
<div>> > > > mkgmap-dev@lists.mkgmap.org.uk</div>
<div>> > > > <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>
<div>> > > ></div>
<div>> > ></div>
<div>> > ></div>
<div>> > ></div>
<div>> > > _______________________________________________</div>
<div>> > > mkgmap-dev mailing list</div>
<div>> > > mkgmap-dev@lists.mkgmap.org.uk</div>
<div>> > > <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>
<div>> > ></div>
<div>> ></div>
<div>> ></div>
<div>> ></div>
<div>> > _______________________________________________</div>
<div>> > mkgmap-dev mailing list</div>
<div>> > mkgmap-dev@lists.mkgmap.org.uk</div>
<div>> > <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>
<div>> ></div>
<div>></div>
<div>></div>
<div>></div>
<div>> _______________________________________________</div>
<div>> mkgmap-dev mailing list</div>
<div>> mkgmap-dev@lists.mkgmap.org.uk</div>
<div>> <a href="http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev" target="_blank">http://www.mkgmap.org.uk/mailman/listinfo/mkgmap-dev</a></div>
<div>></div>
<div> </div>
<div> </div>
<div> </div>