Module:Ordnance Survey coordinates/sandbox: Difference between revisions

Content deleted Content added
debug
oops
Line 623:
local function LatLon2OSGB36( latlon )
local tm = LatLonOrigin2TM(latlon.lat, latlon.lon)
if not tm then return 'TM failure'..strtostring(latlon.lat)..' '..strtostring(latlon.lon) end
 
-- fix by Roger W Haworth