Module:Ordnance Survey coordinates/sandbox: Difference between revisions

Content deleted Content added
oops
more debug
Line 623:
local function LatLon2OSGB36( latlon )
local tm = LatLonOrigin2TM(latlon.lat, latlon.lon)
if not tm then return 'TM failure '..tostring(latlon.lat)..' '..tostring(latlon.lon) end
 
-- fix by Roger W Haworth
Line 649:
function oscoord.WGS2OSGB(frame)
local args = getArgs(frame)
return args[1]..' '..args[2]..' '..oscoord._WGS2OSGB(args[1],args[2])
end