danward79
May 15th, 2005, 03:15 PM
Hi,
Was having a little play with G4 tonight and found that the location table was not storing my location correctly.
Using the following I get
Location = gir.GetLocation()
print ("****")
table.foreach (Location, print)
print ("****")
I get the following output
****
City United Kingdom
Longitude 1.8712764451957e-301
Latitude -0.1833
Zipcode Sussex
****
In settings I have the following.
City - Hove
State - Sussex
Country - United Kingdom
Long - -0.1833
Lat - 50.8333
Does anyone else have this issue?
Was having a little play with G4 tonight and found that the location table was not storing my location correctly.
Using the following I get
Location = gir.GetLocation()
print ("****")
table.foreach (Location, print)
print ("****")
I get the following output
****
City United Kingdom
Longitude 1.8712764451957e-301
Latitude -0.1833
Zipcode Sussex
****
In settings I have the following.
City - Hove
State - Sussex
Country - United Kingdom
Long - -0.1833
Lat - 50.8333
Does anyone else have this issue?