<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>