Modhul:Coordinates: Béda antara owahan

Konten dihapus Konten ditambahkan
Tanpa ringkesan besutan
Tanpa ringkesan besutan
Larik 118:
if lat < 0 then
-- FIXME this breaks the pre-existing precision
geodeclat = tostring(coordinateSpec["dec-lat"]):sub(2) .. "°SDak"
else
geodeclat = (coordinateSpec["dec-lat"] or 0) .. "°NUta"
end
 
Larik 127:
if long < 0 then
-- FIXME does not handle unicode minus
geodeclong = tostring(coordinateSpec["dec-long"]):sub(2) .. "°WPra"
else
geodeclong = (coordinateSpec["dec-long"] or 0) .. "°EPur"
end