Lines 165-170 of Azimuth.java:
public final Point forward (LatLonPoint llp, Point pt) {
return _forward(
normalize_latitude(ProjMath.degToRad(llp.radlat_)),
wrap_longitude(ProjMath.degToRad(llp.radlon_)),
pt, null);
}
is trying to convert radlat_ and radlon_ to radians, when they're already
in radians.
Eric
-- Eric Russell IT Software Engineer eric-r@northwestern.edu Learning Sciences Dept. (847) 467-1013 Northwestern University -- [To unsubscribe to this list send an email to "majdart@bbn.com" with the following text in the BODY of the message "unsubscribe openmap-users"]Received on Wed May 2 16:18:32 2001
This archive was generated by hypermail 2.1.8 : Thu May 12 2005 - 07:18:31 EDT