Loading lib/projCode/stere.js +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ Proj4js.Proj.stere = { case this.N_POLE: coslam = -coslam; lat = -lat; //Note: no break here so it conitnues through S_POLE //Note no break here so it conitnues through S_POLE case this.S_POLE: if (Math.abs(lat - Proj4js.common.HALF_PI) < this.TOL) { F_ERROR; Loading Loading
lib/projCode/stere.js +1 −1 Original line number Diff line number Diff line Loading @@ -103,7 +103,7 @@ Proj4js.Proj.stere = { case this.N_POLE: coslam = -coslam; lat = -lat; //Note: no break here so it conitnues through S_POLE //Note no break here so it conitnues through S_POLE case this.S_POLE: if (Math.abs(lat - Proj4js.common.HALF_PI) < this.TOL) { F_ERROR; Loading