Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
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
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu