Commit bf371c69 authored by Kaitlyn's avatar Kaitlyn
Browse files

Fixed error

parent 17caf578
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ export default L.Map.AstroMap = L.Map.extend({
      this._hasNorthPolar = false;
    } else {
      this._hasNorthPolar = true;
      this.layers[northPolar] = new LayerCollection(
      this.layers["northPolar"] = new LayerCollection(
        "north-polar stereographic",
        northLayerInfo
      );
@@ -70,7 +70,7 @@ export default L.Map.AstroMap = L.Map.extend({
      this._hasSouthPolar = false;
    } else {
      this._hasSouthPolar = true;
      this.layers[northPolar] = new LayerCollection(
      this.layers["northPolar"] = new LayerCollection(
        "south-polar stereographic",
        southLayerInfo
      );