Bug in Azimuth.java

From: Eric Russell <eric-r@northwestern.edu>
Date: Wed May 02 2001 - 16:15:08 EDT

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