<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Hello,</p>
<p>I'm in the process of moving some functionality from an old .osm
processor into a mkgmap style, and I'd like to have both old and
new styles on the device (a gpsmap64s) at the same time for
comparison.</p>
<p>Before I even got that far I couldn't find a way of changing the
mapset name that is produced. The script I'm using is
<a class="moz-txt-link-freetext" href="https://github.com/SomeoneElseOSM/mkgmap_style_ajt/blob/master/garmin_map_etrex.sh">https://github.com/SomeoneElseOSM/mkgmap_style_ajt/blob/master/garmin_map_etrex.sh</a>
(be aware that that currently has some hardcoded paths in it). so
I'm using "--gmapsupp" to create a ".img" file that I can copy to
the device.</p>
<p>".../<span class="pl-c">mkgmap/trunk/src/uk/me/parabola/mkgmap/combiners/GmapsuppBuilder.java"
contains the default name of "OSM Map Set", and if I change the
default there it does change the value I can see in the .img
file. Despite that bit of code appearing to be reading an
argument from somewhere, setting "--</span><span class="pl-c">mapset
name=" doesn't seem to work - mkgmap exits with "Invalid option:
'mapset-name'".</span></p>
<p>Is there perhaps some order in which the arguments need to be
applied? I've got one lot of input files (6*.osm.gz from
splitter) some intermediate output files (6*.img) and then the
final output from the --gmapsupp - gmapsupp.img, so it's not
exactly clear what order would make sense.</p>
<p>Best Regards,</p>
<p>Andy</p>
<p><br>
</p>
</body>
</html>