Because there are some really smart people on this forum I figured I would post my question here.
Does anyone know of a formula to find a point that gives the LAT / LON that is X number of miles from the starting point?
Basically, I have a lattitude and longitude in decimal form, like so:
- <Point>
<coordinates>-105.036667,39.836667,0</coordinates>
</Point>
Now I need to find the LAT / LON for a point that is X number of miles from my point, and I need to do this for 4 points, each point is North, South, East, and West of the starting point (-105.036667,39.836667).