Module:Coordinates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 378:
if long_d > 180 then
table.insert(errors, {source, "longitude degrees > 180 with hemisphere flag"})
end
if long_d < -180 then
table.insert(errors, {source, "longitude degrees < -180 with hemisphere flag"})
end
end
Anonymous user