Closed ttrinidad closed 4 years ago
It ignores any tiles from lat -10 due to a mistake in the following line: https://github.com/hdus/SRTM-Downloader/blob/e32b747bb5773adeff31ec83a45090e96c787d51/srtm_downloader_dialog_base.py#L146
It should read lat <= -10
lat <= -10
It is fixed, please give it a try.
It works, thanks.
It ignores any tiles from lat -10 due to a mistake in the following line: https://github.com/hdus/SRTM-Downloader/blob/e32b747bb5773adeff31ec83a45090e96c787d51/srtm_downloader_dialog_base.py#L146
It should read
lat <= -10