in reply to How do I compute the longitude and latitude of a point at a certain distance?
There are a number of things that you need to be clear about to answer your question:
Here are some hints:
You can go all the way from doing a simple bit of trig (e.g. how long is 1 degree East-West, how long is 1 degree North-South and interpolate) to using a full blown coordinate conversion system. You have to decide how much error you are prepared to tolerate and how much time you want to invest.
A few months ago I looked into location conversion modules in CPAN and did not find any that met my needs.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: How do I compute the longitude and latitude of a point at a certain distance?
by BrowserUk (Patriarch) on Apr 22, 2003 at 11:15 UTC | |
by tachyon (Chancellor) on Apr 23, 2003 at 02:39 UTC | |
by BrowserUk (Patriarch) on Apr 23, 2003 at 03:13 UTC |