<font size=2 face="Arial">Hi Nick,</font>
<br>
<br><font size=2 face="Arial">there are 2 little problems in your map mapdem.gmap.</font>
<br>
<br><font size=2 face="Arial">#1: </font>
<br><font size=2 face="Arial">I have rebuild your DEM file. Maybe, builddemfile
had the N50E000.hgt.zip or N50E000.hgt not found and you have only "dummydata"
in your file. "dummydata" means a valid DEM with "no data"-points.</font>
<br>
<br><font size=2 face="Arial">builddemfile --hgtpath=yourpath --dem=87827699.dem
--tre=87827699.tre --dlon=0.00027777;0.00055555;0.00111110;0.00222221;0.00888884</font>
<br>
<br><font size=2 face="Arial">create a DEM file with 23781 Byte. </font>
<br>
<br><font size=2 face="Arial">#2:</font>
<br><font size=2 face="Arial">Like Andrzej wrote: you need also a new TDB.
I have used a quick but very dirty method: I have only for TDB-build temporary
created the Tile IMG's ov.img and 87827699.img.</font>
<br>
<br><font size=2 face="Arial">gmtool -i mapdem\*.*   --join=tile -o
ov.img</font>
<br><font size=2 face="Arial">gmtool -i 87827699\*.* --join=tile -o 87827699.img</font>
<br><font size=2 face="Arial">gmtool -i *.img --mapsource=pid:1;fid:3927;cp:1252;ov:ov.img;tdb:neu.tdb;noov;notyp;nomdx;nomdr;noinst
--mapfamilyname=mapdem --mapseriesname=mapdem --description="Test
preview map" --routable=1 --highestroutable=24 --maxbits4overview=18
--hasdem=1 --hasprofile=1 --copyright=*I* -o . --overwrite</font>
<br><font size=2 face="Arial">ren mapdem.tdb mapdem.tdb_</font>
<br><font size=2 face="Arial">ren neu.tdb mapdem.tdb</font>
<br><font size=2 face="Arial">del *.img</font>
<br>
<br><font size=2 face="Arial">Of course, in your little demo we can not
see a shading. But we can see the values for N, E and height in the basecamp
status line.</font>
<br>
<br><font size=2 face="Arial">By the way, be careful wit --usedummydata.
It's only interest for sea-areas, where don't exist a HGT. But if a HGT
for land is absent, we have a hole in our map without an error message!</font>
<br>
<br>
<br>
<br><font size=2 face="Arial">Frank</font>