Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 81:
if lat_m == nil and lat_s == nil and long_m == nil and long_s == nil then
if lat_f:upper() == 'S' then
lat_d = -tonumber(lat_d);
end
if long_f:upper() == 'W' then
long_d = -tonumber(long_d);
end
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu