Loading lib/projections/lcc.js +2 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,8 @@ exports.init = function() { if (!this.k0) { this.k0 = 1; } this.x0 = this.x0 || 0; this.y0 = this.y0 || 0; // Standard Parallels cannot be equal and on opposite sides of the equator if (Math.abs(this.lat1 + this.lat2) < EPSLN) { return; Loading Loading
lib/projections/lcc.js +2 −1 Original line number Diff line number Diff line Loading @@ -23,7 +23,8 @@ exports.init = function() { if (!this.k0) { this.k0 = 1; } this.x0 = this.x0 || 0; this.y0 = this.y0 || 0; // Standard Parallels cannot be equal and on opposite sides of the equator if (Math.abs(this.lat1 + this.lat2) < EPSLN) { return; Loading