MCPcopy Index your code
hub / github.com/SuperMap/iClient-JavaScript / setServerUrl

Method setServerUrl

src/common/mapping/WebMapBase.js:561–564  ·  view source on GitHub ↗
(serverUrl)

Source from the content-addressed store, hash-verified

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;

Callers 3

setWebMapOptionsMethod · 0.95

Calls 1

_setServerMethod · 0.95

Tested by

no test coverage detected