Content deleted Content added
refactor Irish EN2LL |
connect code |
||
Line 310:
local function IrishEN2LL(e,n)
local latlong = EN2LL(e,n,IEglobe)
local helmert = HelmertDatumShift ( latlong.lat,
return {region="IE",lat=helmert.lat,long=helmert.lon}
end
|