Loading lib/projCode/lcc.js +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ Proj4js.Proj.lcc = { } var con = Math.abs( Math.abs(lat) - Proj4js.common.HALF_PI); var ts; var ts, rh1; if (con > Proj4js.common.EPSLN) { ts = Proj4js.common.tsfnz(this.e, lat, Math.sin(lat) ); rh1 = this.a * this.f0 * Math.pow(ts, this.ns); Loading Loading
lib/projCode/lcc.js +1 −1 Original line number Diff line number Diff line Loading @@ -89,7 +89,7 @@ Proj4js.Proj.lcc = { } var con = Math.abs( Math.abs(lat) - Proj4js.common.HALF_PI); var ts; var ts, rh1; if (con > Proj4js.common.EPSLN) { ts = Proj4js.common.tsfnz(this.e, lat, Math.sin(lat) ); rh1 = this.a * this.f0 * Math.pow(ts, this.ns); Loading