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

gnom done

parent dc7b30c2
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ proj4.Proj.gnom = {

  /* Initialize the Gnomonic projection
    -------------------------------------*/
  init: function(def) {
  init: function() {

    /* Place parameters in static storage for common use
      -------------------------------------------------*/
@@ -83,7 +83,6 @@ proj4.Proj.gnom = {

  inverse: function(p) {
    var rh; /* Rho */
    var z; /* angle */
    var sinc, cosc;
    var c;
    var lon, lat;