Commit 8c0e1970 authored by Gavin's avatar Gavin
Browse files

re-added remove

parent 295a8ba4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -244,6 +244,7 @@ export default L.Control.AstroDrawControl = L.Control.Draw.extend({
      }
    }
    // re render map
    this._map._footprintControl.remove();
    for(let i = 0; i < this._map._geoLayers.length; i++){
      this._map._geoLayers[i].clearLayers();
    }