mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-06 17:03:04 +02:00
Update locationdata.py
This commit is contained in:
+3
-2
@@ -25,7 +25,8 @@ def where_am_i(lat=0, lon=0):
|
||||
whereIam += " " + address['county']
|
||||
if 'country' in address:
|
||||
whereIam += " " + address['country']
|
||||
|
||||
whereIam += "Grid: " + mh.to_maiden(int(lat), int(lon), precision=4)
|
||||
print(whereIam)
|
||||
print(lat, lon)
|
||||
#whereIam += "Grid: " + mh.to_maiden(int(lat), int(lon), precision=4)
|
||||
|
||||
return whereIam
|
||||
Reference in New Issue
Block a user