Loading lib/projCode/stere.js +2 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,8 @@ Proj4js.Proj.stere = { lon = (x == 0. && y == 0.) ? 0. : Math.atan2(x, y); break; } p.x = Proj4js.common.adjust_lon(lon + this.long0); p.y = lat; } else { rho = Math.sqrt(x*x + y*y); switch (this.mode) { Loading Loading
lib/projCode/stere.js +2 −0 Original line number Diff line number Diff line Loading @@ -199,6 +199,8 @@ Proj4js.Proj.stere = { lon = (x == 0. && y == 0.) ? 0. : Math.atan2(x, y); break; } p.x = Proj4js.common.adjust_lon(lon + this.long0); p.y = lat; } else { rho = Math.sqrt(x*x + y*y); switch (this.mode) { Loading