Loading app/src/js/AstroControlManager.js +0 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,6 @@ export default L.AstroControlManager = L.Class.extend({ this._zoomControl = new L.Control.Zoom(); this._controls.push(this._zoomControl); // Leaflet built-in fullscreen doesn't work for outside controls // this._fullscreenControl = new L.Control.Fullscreen(); // this._controls.push(this._fullscreenControl); this._viewCenterControl = new ViewCenterControl(); this._controls.push(this._viewCenterControl); Loading Loading
app/src/js/AstroControlManager.js +0 −4 Original line number Diff line number Diff line Loading @@ -35,10 +35,6 @@ export default L.AstroControlManager = L.Class.extend({ this._zoomControl = new L.Control.Zoom(); this._controls.push(this._zoomControl); // Leaflet built-in fullscreen doesn't work for outside controls // this._fullscreenControl = new L.Control.Fullscreen(); // this._controls.push(this._fullscreenControl); this._viewCenterControl = new ViewCenterControl(); this._controls.push(this._viewCenterControl); Loading