hdus / SRTM-Downloader

GNU General Public License v3.0
28 stars 5 forks source link

Doesn't work for latitude value of -10 #15

Closed ttrinidad closed 3 years ago

ttrinidad commented 3 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

hdus commented 3 years ago

It is fixed, please give it a try.

ttrinidad commented 3 years ago

It works, thanks.