grid to lat/lon

pull/131/head
alanbjohnston 4 years ago committed by GitHub
parent 9f0c6194f9
commit 5aa80c8ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,8 @@ if (choice == '2'):
print("grid is valid!")
print (mh.to_location(grid)[0])
print (mh.to_location(grid)[1])
latitude = mh.to_location(grid)[0]
longitude = mh.to_location(grid)[1]
break
else:
print("grid is not valid!")

Loading…
Cancel
Save

Powered by TurnKey Linux.