Loading app/src/js/AstroDrawControl.js +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading Loading
app/src/js/AstroDrawControl.js +1 −0 Original line number Diff line number Diff line Loading @@ -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(); } Loading