Closed kevinburkeshyp closed 8 years ago
Good idea!
http://www.geomidpoint.com/destination/
Some nice sources to get some inspiration from ;)
Short update: we now have a half finished pull request which implements the movable-type function I mentioned above: #66
So, I assume this is still open, because you requested some unit tests in #66?
Nope. This one is still open because I just forgot to close it ;) The PR was merged and tests were added!
Say I wanted to get, roughly, a 30km by 30km square around a given lat/long, how would I do this?
Something like
geolib.travel(lat, long, 30, 'km', degrees)
where degrees is a number between 0 and 359.9999, and indicates the direction of travel..