Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 83: Line 83:
lat_d = -lat_d;
lat_d = -lat_d;
end
end
if long_f:upper() == 'E' then
if long_f:upper() == 'W' then
long_d = -long_d;
long_d = -long_d;
end
end