OpenMap-java / openmap

OpenMap is an Open Source JavaBeans-based programmer's toolkit. Using OpenMap, you can quickly build applications and applets that access data from legacy databases and applications.
http://openmap-java.org
Other
73 stars 43 forks source link

typo in Gnomonic.java? #28

Closed jx5c closed 8 years ago

jx5c commented 8 years ago

in the edge_point function of Gnomonic.java file, in the statement

    double lambdaMinusCtrLon = lambda - centerY;

should centerY be centerX? centerY is latitude, and I think we are looking for longitude here.

Never mind, it was fixed. I used a older version.

Jian