Module:Coordinates: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 354: Line 354:
end
end
if lat_m < 0 then
if lat_m < 0 then
table.insert(errors, {source, "latitude minutes < 60"})
table.insert(errors, {source, "latitude minutes < 0"})
end
end
if lat_s >= 60 then
if lat_s >= 60 then