<font size=2 face="Arial">Hi,</font>
<br>
<br><font size=2 face="Arial">there is a new BuildDEMFile-version with
a rectified encoder. This should help on maps with strong changes in height.</font>
<br>
<br><font size=2 face="Arial">Example:</font>
<br><font size=2 face="Arial">East 79,335° / North 42,554°, PointDistance
55000 -> 0,004610°</font>
<br>
<br>
<br>
<br><font size=2 face="Arial">Hi Gerd,</font>
<br><font size=2 face="Arial">there seems to be a limitation for my variable
"sumH" for the calculation of hunit. Perhaps garmin use only
a 2-byte-var. I have included in CodingTypeStd.addValue() after "SumH
+= dh;":</font>
<br>
<br><font size=2 face="Arial">if (SumH + unitdelta + 1 >= 0xFFFF)</font>
<br><font size=2 face="Arial">   SumH -= 0x10000;</font>
<br>
<br><font size=2 face="Arial">I have no idea, why not "if (SumH +
unitdelta > 0xFFFF)" or so.</font>
<br><font size=2 face="Arial">I have done the same with CodingTypePlateauFollowerNotZero.AddValue()
and CodingTypePlateauFollowerZero.AddValue().</font>
<br>
<br>
<br><font size=2 face="Arial">Frank</font>