Module:Coordinates: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 338:
if long_d < 0 then
table.insert(errors, {source, "longitude degrees < 0 with hemisphere flag"})
end
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