Loading app/src/js/AstroMap.js +2 −2 Original line number Diff line number Diff line Loading @@ -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 ); Loading @@ -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 ); Loading Loading
app/src/js/AstroMap.js +2 −2 Original line number Diff line number Diff line Loading @@ -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 ); Loading @@ -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 ); Loading