<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0"><span>Hi Frank,</span></p>
<p style="margin-top:0;margin-bottom:0"><span>I get an error message "unbekanntes Argument:
<span>10010000.tdb</span>"<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>with<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>gmtool -i "g:\mkgmap\Openfietsmap\versions\test\Openfietsmap (BNL).gmap\Product1\10010000.tdb" -i . --withsubdirs --mapsource=new.tdb;noov;notyp;nomdx;nomdr;noinst --hasdem=1 -o g:\mkgmap\Openfietsmap\versions\test\</span></p>
<p style="margin-top:0;margin-bottom:0"><span><br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>What must be filled in after the second -i argument, you put a dot "." there, what does it mean?<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><span>And what is the purpose of parameter -o? Is that the folder where you want to write the output to?
<br>
</span></p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I'm sorry if my questions sound stupid but I don't get it.<br>
</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>Van:</b> mkgmap-dev <mkgmap-dev-bounces@lists.mkgmap.org.uk> namens Frank Stinner <frank.stinner@leipzig.de><br>
<b>Verzonden:</b> dinsdag 28 november 2017 07:07:35<br>
<b>Aan:</b> mkgmap-dev@lists.mkgmap.org.uk<br>
<b>Onderwerp:</b> [mkgmap-dev] gmtool and TDB</font>
<div> </div>
</div>
<div><font size="2" face="Arial">Hi all,</font> <br>
<br>
<font size="2" face="Arial">i have gmtool a little bit extended in the hope of simpler creation of TDB's.</font>
<br>
<br>
<font size="2" face="Arial">The main point is, that we have to register a old TDB as input file BEFORE all other files. Then take gmtool all possible properties from the old file and remove or complete the old subfilelist. If we only have additional DEM's can
 we do:</font> <br>
<br>
<font size="2" face="Arial">gmtool -i old.tdb -i . --mapsource=new.tdb;noov;notyp;nomdx;nomdr;noinst --hasdem=1 -o .</font>
<br>
<br>
<font size="2" face="Arial">This should be enough for a map with IMG's. If we have a gmap-style map, we need the subfiles in the subdirectorys and we can do:</font>
<br>
<br>
<font size="2" face="Arial">gmtool -i old.tdb -i . --withsubdirs --mapsource=new.tdb;noov;notyp;nomdx;nomdr;noinst --hasdem=1 -o .</font>
<br>
<br>
<font size="2" face="Arial">Hope it worked.</font> <br>
<br>
<br>
<font size="2" face="Arial">Frank</font></div>
</body>
</html>