Module:Coordinates: Difference between revisions

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