| } | } | ||||
| this._baseLayerPicker.addImageryProvider(baseLayers) | this._baseLayerPicker.addImageryProvider(baseLayers) | ||||
| if (!this._baseLayerPicker.selectedImagery) { | if (!this._baseLayerPicker.selectedImagery) { | ||||
| this._baseLayerPicker.changeBaseLayer(0) | |||||
| this._baseLayerPicker.changeImagery(0) | |||||
| } | } | ||||
| this.mapSwitch && this.mapSwitch.addMap(options) | this.mapSwitch && this.mapSwitch.addMap(options) | ||||
| return this | return this | ||||
| * @returns {Viewer} | * @returns {Viewer} | ||||
| */ | */ | ||||
| changeBaseLayer(index) { | changeBaseLayer(index) { | ||||
| this._baseLayerPicker.changeBaseLayer(index) | |||||
| this._baseLayerPicker.changeImagery(index) | |||||
| return this | return this | ||||
| } | } | ||||