Content deleted Content added
don't track empty OS grid ref usage |
for Irish OS, shift coordinate to center of box, rather than SW |
||
Line 158:
-- British OS to Lat+Long
-- first caclulate e,n
-- push eastings and northings to center of box
local err, n, e, pr, T1, T2 = northeast(lett,num,1)
if err ~= nil then
Line 255 ⟶ 256:
-- Irish OS to Lat+Long
-- first caclulate e,n
-- push eastings and northings to center of box
local err, n, e, pr, T1 = northeast(lett,num,
if err ~= nil then
return "IE",err,0.0,0.0
|