Dylan Beaudette wrote:
> > Well of course I had to go and try this out.
> >
> > attached is a patch (against todays SVN) to optionally print the
> > bearing between clicks.


Hi,

you should add a check so that it won't allow bogus results if the
location is in Lat/Lon:

e.g. from d.grid:
if (geogrid->answer && G_projection() == PROJECTION_LL)
  G_fatal_error(_(".. option is not available for LL projection"));

(the great circle line's bearing changes with distance along it; unless
you are interested in the rhumbline?)


for this stuff also checkout m.cogo, r.transect, r.profile,
d.rhumbline, d.geodesic


Hamish



      
____________________________________________________________________________________
Never miss a thing.  Make Yahoo your home page. 
http://www.yahoo.com/r/hs

_______________________________________________
grass-user mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-user

Reply via email to