[wrong] How to move a distance in meters away from a point in Ruby using RGeo
10 July 2014
WARNING: This post is ancient and wrong.
Here’s a method that lets you move/offset/translate a certain distance (in meters) away from a point expressed in longitude and latitude:
This gives you:
It uses the RGeo
library. Note the argument order is longitude, latitude!