You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is because the name_hgt function takes a signed int, but the index is unsigned so if it exceeds 32767 the resulting tile file name will be incorrect.
This is because the name_hgt function takes a signed int, but the index is unsigned so if it exceeds 32767 the resulting tile file name will be incorrect.
A pull request with a fix is forthcoming.