Commit eb5c87a8 authored by Michael Adair's avatar Michael Adair
Browse files

closes #38: add default value for this.rc

parent b06acc19
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ Proj4js.Proj.gnom = {
    this.cos_p14=Math.cos(this.lat0);
    // Approximation for projecting points to the horizon (infinity)
    this.infinity_dist = 1000 * this.a;
    this.rc = 1;
  },