Unverified Commit 14081e09 authored by Jacob Kaufman's avatar Jacob Kaufman Committed by GitHub
Browse files

Merge pull request #88 from kaitlyndlee/new_wfs

Commented out missed WFS code
parents e4c85953 90e3b96d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -178,9 +178,9 @@ export default L.LayerCollection = L.Class.extend({
      L.LayerCollection.layerControl.addTo(map);
    }

    if (this._projName == "cylindrical") {
      this.loadWFS(map);
    }
    // if (this._projName == "cylindrical") {
    //   this.loadWFS(map);
    // }
  },

  /**