<div dir="ltr">So if ALWAYS use --gmapsupp and template.args, should all of my options be listed AFTER template.args and BEFORE --gmapsupp?<br>Example :<br>c template.args master_thin.txt <<OPTIONS>> --gmapsupp<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 10, 2017 at 8:33 AM, Gerd Petermann <span dir="ltr"><<a href="mailto:GPetermann_muenchen@hotmail.com" target="_blank">GPetermann_muenchen@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Hi Greg,<br>
<br>
options.txt groups options by meaning. The order of options is important in that way that you can do something like this:<br>
java -jar mkgmap.jar --style=s1 1234*.osm.pbf  --description=2nd_style --style=s2 1235*.osm.pbf<br>
For the files 1234*.osm.pbf the style s1 is used and option  description is "not visible", for the files 1235*.osm.pbf the style s2 is used<br>
and description is "2nd_style".<br>
This concept is broken when it comes to options like "index","gmapsupp", "tdbfile", and others which are always processed after<br>
the *.pbf files so that they always "see" the last setting of an option.<br>
I hope that makes it clearer?<br>
<br>
The file template.args is just a generated file which uses these rules, you can create your own file as well.<br>
I'll think about a hint reg. template.args.<br>
<span class=""><br>
Gerd<br>
______________________________<wbr>__________<br>
Von: mkgmap-dev <<a href="mailto:mkgmap-dev-bounces@lists.mkgmap.org.uk">mkgmap-dev-bounces@lists.<wbr>mkgmap.org.uk</a>> im Auftrag von greg crago <<a href="mailto:gregcrago@gmail.com">gregcrago@gmail.com</a>><br>
</span>Gesendet: Dienstag, 10. Januar 2017 17:11:04<br>
<span class="">An: Development list for mkgmap<br>
Betreff: Re: [mkgmap-dev] How to label maps generated by mkgmap -r3742<br>
<br>
</span><span class="">I want to make sure I understand how the ORDER of the OPTIONS are to used.<br>
I was using the "options.txt" file to determine the order of the options. Is that correct?<br>
<br>
Why exactly did you recommend putting the --description AFTER the -c template.args option?<br>
<br>
Can you add a note to "options.txt" and using SPLTTER (template.args) OVERWRITES --mapname, --description, and --input-file?<br>
<br>
I have --area-name and I cannot see it anywhere in BaseCamp or my GPS.<br>
I used --x-mapeset-name=blabla and I cannot see it anywhere in BaseCamp or my GPS.<br>
<br>
Greg<br>
<br>
</span><span class="">On Mon, Jan 9, 2017 at 10:49 PM, Gerd Petermann <<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_muenchen@hotmail.<wbr>com</a><mailto:<a href="mailto:gpetermann_muenchen@hotmail.com">gpetermann_<wbr>muenchen@hotmail.com</a>>> wrote:<br>
The java code shows that the options area-name and mapset-name are evaluated.<br>
The latter one doesn't appear in the help file, so it is an undocumented<br>
option and<br>
you can only use it with --x-mapeset-name=blabla<br>
<br>
GMapTool shows the value, but I did not try where it appears on the device<br>
or what effect it has.<br>
<br>
Gerd<br>
<br>
<br>
greg crago wrote<br>
> Thank you.<br>
><br>
> java ... mkgmap.jar ... -c template.args master_thin.txt --description=XYZ<br>
> --gmapsupp<br>
><br>
> Worked on BaseCamp and on Garmin GPS.<br>
><br>
> The only thing that would be nice would be a FAMILY description on the<br>
> GPS.<br>
> Right now, Garmin City Navigator Shows a MAPNAME and in a smaller font<br>
> another name (family name?)<br>
<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gis.19327.n8.nabble.com/How-to-label-maps-generated-by-mkgmap-r3742-tp5888897p5889072.html" rel="noreferrer" target="_blank">http://gis.19327.n8.nabble.<wbr>com/How-to-label-maps-<wbr>generated-by-mkgmap-r3742-<wbr>tp5888897p5889072.html</a><br>
Sent from the Mkgmap Development mailing list archive at Nabble.com.<br>
______________________________<wbr>_________________<br>
mkgmap-dev mailing list<br>
</span><a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.mkgmap.org.uk</a><wbr><mailto:<a href="mailto:mkgmap-dev@lists.mkgmap.org.uk">mkgmap-dev@lists.<wbr>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/<wbr>mailman/listinfo/mkgmap-dev</a><br>
<div class="HOEnZb"><div class="h5"><br>
______________________________<wbr>_________________<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/<wbr>mailman/listinfo/mkgmap-dev</a><br>
</div></div></blockquote></div><br></div>