[MetaCRS] tmerc.js bug?

Xavier Naval xnaval at gmail.com
Sun Nov 9 03:03:07 EST 2008


Hello,

I think I have found a little mistake in tmerc.js code.

In the inverse function the line 93 reads

      lat = Math.asinz(con);

where I think it should be :

      lat = Proj4js.common.asinz(con);

Do I need to poen a ticket for this ?

Thanks.


More information about the MetaCRS mailing list