logo separator

[mkgmap-dev] Issues generating DEM

From Andrzej Popowski popej at poczta.onet.pl on Sun Nov 26 02:18:36 GMT 2017

Hi Frank,

 > there is no predefined size for HGT's.

I mean this code in HGTReader.cs:

if (!dummydataonerror)
   ...
else {
   Minimum = Maximum = NOVALUE;
   data = new Int16[1201 * 1201];
   for (int i = 0; i < data.Length; i++)
   data[i] = NOVALUE;
   NotValid = data.Length;
}

This is the part, that I have modified, so the size of "data" depends on 
input option.

-- 
Best regards,
Andrzej


More information about the mkgmap-dev mailing list