Opened 16 years ago

Closed 15 years ago

#22 closed defect (fixed)

Bug in tmerc.js inverse function

Reported by: xnaval Owned by: madair
Priority: trivial Milestone: 1.0.0
Component: core Version:
Keywords: Cc:

Description

In the inverse function of tmerc.js, the line 93 reads

lat = Math.asinz(con);

where I think it should be :

lat = Proj4js.common.asinz(con);

Change History (1)

comment:1 by madair, 15 years ago

Resolution: fixed
Status: newclosed

fixed at rev 1520

Note: See TracTickets for help on using tickets.