Loading lib/projections/eqc.js +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ exports.init = function() { this.y0 = this.y0 || 0; this.lat0 = this.lat0 || 0; this.long0 = this.long0 || 0; this.lat_ts = this.lat_t || 0; this.lat_ts = this.lat_ts || 0; this.title = this.title || "Equidistant Cylindrical (Plate Carre)"; this.rc = Math.cos(this.lat_ts); Loading Loading
lib/projections/eqc.js +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ exports.init = function() { this.y0 = this.y0 || 0; this.lat0 = this.lat0 || 0; this.long0 = this.long0 || 0; this.lat_ts = this.lat_t || 0; this.lat_ts = this.lat_ts || 0; this.title = this.title || "Equidistant Cylindrical (Plate Carre)"; this.rc = Math.cos(this.lat_ts); Loading