Changes between Version 8 and Version 9 of TerrainData


Ignore:
Timestamp:
26/09/16 22:49:21 (8 years ago)
Author:
Olly Betts
Comment:

update

Legend:

Unmodified
Added
Removed
Modified
  • TerrainData

    v8 v9  
    4747Aven 1.2.20 adds support for the same formats, but with the files directly on disk.  You will probably find this useful on Windows, where the wxWidgets zip file reading code always seemed to fail to read data with "generic read error".
    4848
    49 The terrain data currently needs to be in WGS84 lat/long.
     49The terrain data currently needs to be in WGS84 lat/long (and the code currently doesn't report an error if it isn't).
    5050
    5151If you have data in a different format, then [http://www.gdal.org/ GDAL] may be useful for converting it.
     
    6060== Known Issues ==
    6161
    62  * In 1.2.18, aven quietly does nothing if pointed at a ZIP file which either it can't read, or which it doesn't find anything it recognises as terrain data in - this will be fixed in 1.2.19.
    63  * #55 Fix terrain rendering to not show terrain through itself
     62=== Outstanding ===
     63
    6464 * #56 Sort out handling of geoid
    6565 * #57 Smooth shading of terrain
    6666 * #53 Texture mapping onto terrain data
    67  * #64 Terrain loading fails on Windows
     67 * #82 Only supports HGT/BIL format terrain data
     68 * Terrain data reading code error reporting is poor in places
     69
     70=== Fixed ===
     71
     72 * In 1.2.18, aven quietly does nothing if pointed at a ZIP file which either it can't read, or which it doesn't find anything it recognises as terrain data in - fixed in 1.2.19.
     73 * #55 Fix terrain rendering to not show terrain through itself - fixed in 1.2.22.
     74 * #64 Terrain loading fails on Windows - fixed in 1.2.23.