Changes between Version 2 and Version 3 of Ticket #22596
- Timestamp:
- 2022-12-23T22:55:25+01:00 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22596 – Description
v2 v3 8 8 It builds on ''HgtReader'' from ''ElevationProfile'' plugin written by Oliver Wieland. ''HgtReader'' checks whether the HGT file covering the current map location is available on disk. If so, it reads it into memory and determines the elevation at the current location. 9 9 10 I extended ''HgtReader''with ''HgtDownloader'', which will download any missing HGT file in a background thread from NASA's Land Processes Distributed Active Archive Center (LP DAAC) at https://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL3.003/2000.02.11/. 10 I extended ''HgtReader'' with ''HgtDownloader'', which will download any missing HGT file in a background thread from NASA's Land Processes Distributed Active Archive Center (LP DAAC) at https://e4ftl01.cr.usgs.gov/MEASURES/SRTMGL3.003/2000.02.11/. 11 11 12 12 I created a preferences tab, where the elevation feature can be enabled and where optional auto-downloading can turned on.