Loading lib/projCode/laea.js +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ Proj4js.Proj.laea = { phi -= Proj4js.common.HALF_PI; break; } lam = (y == 0. && (this.mode == this.EQUIT || this.mode == this.OBLIQ)) ? 0. : atan2(x, y); lam = (y == 0. && (this.mode == this.EQUIT || this.mode == this.OBLIQ)) ? 0. : Math.atan2(x, y); } else { var cCe, sCe, q, rho, ab=0.0; Loading Loading
lib/projCode/laea.js +1 −1 Original line number Diff line number Diff line Loading @@ -238,7 +238,7 @@ Proj4js.Proj.laea = { phi -= Proj4js.common.HALF_PI; break; } lam = (y == 0. && (this.mode == this.EQUIT || this.mode == this.OBLIQ)) ? 0. : atan2(x, y); lam = (y == 0. && (this.mode == this.EQUIT || this.mode == this.OBLIQ)) ? 0. : Math.atan2(x, y); } else { var cCe, sCe, q, rho, ab=0.0; Loading