Closed alexslade closed 11 years ago
It already does it (so I should probably improve the docs)
require 'osgb_convert' northing = 124194 easting = 540434 grid_ref = OsgbConvert::GridRef.new(easting, northing) grid_ref.wgs84
Ah, yea. Thanks :)
It already does it (so I should probably improve the docs)