Loading lib/projCode/lcc.js +2 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,8 @@ Proj4js.Proj.lcc = { var rh1, con, ts; var lat, lon; x = (p.x - this.x0)/this.k0; y = (this.rh - (p.y - this.y0)/this.k0); var x = (p.x - this.x0)/this.k0; var y = (this.rh - (p.y - this.y0)/this.k0); if (this.ns > 0) { rh1 = Math.sqrt (x * x + y * y); con = 1.0; Loading Loading
lib/projCode/lcc.js +2 −2 Original line number Diff line number Diff line Loading @@ -114,8 +114,8 @@ Proj4js.Proj.lcc = { var rh1, con, ts; var lat, lon; x = (p.x - this.x0)/this.k0; y = (this.rh - (p.y - this.y0)/this.k0); var x = (p.x - this.x0)/this.k0; var y = (this.rh - (p.y - this.y0)/this.k0); if (this.ns > 0) { rh1 = Math.sqrt (x * x + y * y); con = 1.0; Loading