Commit dc7b30c2 authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

gstmerc done

parent c9e72eca
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -14,7 +14,9 @@ proj4.Proj.gstmerc = {
    this.xs = this.x0;
    this.ys = this.y0 - this.n2 * pc;

    if (!this.title) this.title = "Gauss Schreiber transverse mercator";
    if (!this.title){
      this.title = "Gauss Schreiber transverse mercator";
    }
  },