Content deleted Content added
for Irish OS, shift coordinate to center of box, rather than SW |
do not shift eastings/northings by half precision, return SW corner of box |
||
Line 158:
-- British OS to Lat+Long
-- first caclulate e,n
--
local err, n, e, pr, T1, T2 = northeast(lett,num,
if err ~= nil then
return "GB",err,0.0,0.0
Line 256:
-- Irish OS to Lat+Long
-- first caclulate e,n
--
local err, n, e, pr, T1 = northeast(lett,num,
if err ~= nil then
return "IE",err,0.0,0.0
|