Changes between Version 8 and Version 9 of TerrainData
- Timestamp:
- 26/09/16 22:49:21 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TerrainData
v8 v9 47 47 Aven 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". 48 48 49 The terrain data currently needs to be in WGS84 lat/long .49 The terrain data currently needs to be in WGS84 lat/long (and the code currently doesn't report an error if it isn't). 50 50 51 51 If you have data in a different format, then [http://www.gdal.org/ GDAL] may be useful for converting it. … … 60 60 == Known Issues == 61 61 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 64 64 * #56 Sort out handling of geoid 65 65 * #57 Smooth shading of terrain 66 66 * #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.