(serverUrl)
| 559 | } |
| 560 | |
| 561 | setServerUrl(serverUrl) { |
| 562 | this._setServer(serverUrl); |
| 563 | this.webMapService.setServerUrl(this.options.serverUrl); |
| 564 | } |
| 565 | |
| 566 | setWithCredentials(withCredentials) { |
| 567 | this.options.withCredentials = withCredentials; |
no test coverage detected