Module:Ordnance Survey coordinates/sandbox: Difference between revisions

Content deleted Content added
DRY
make wrapper
Line 646:
end
 
function oscoord.WGS2OSGB_WGS2OSGB(lat,lon)
return LatLong2OSGB(HelmertDatumShift(lat,lon))
end
 
function oscoord.WGS2OSGB(frame)
local args = getArgs(frame)
return oscoord._WGS2OSGB(args[0],args[1])
end