MCPcopy Create free account
hub / github.com/SuperMap/iClient-JavaScript / refresh

Method refresh

src/openlayers/mapping/WebMap.js:223–226  ·  view source on GitHub ↗

* @function WebMap.prototype.refresh * @version 10.1.0 * @description 重新渲染地图。

()

Source from the content-addressed store, hash-verified

221 * @description 重新渲染地图。
222 */
223 refresh() {
224 this._clear();
225 this.createWebmap();
226 }
227
228 /**
229 * @private

Callers 15

RenderSpec.jsFile · 0.45
PainterSpec.jsFile · 0.45
callbackFunction · 0.45
successCallbackFunction · 0.45
HeatMapLayer.jsFile · 0.45
GraphThemeLayer.jsFile · 0.45
mergeTileVersionParamMethod · 0.45
updateParamsMethod · 0.45
clearMethod · 0.45
clearMethod · 0.45

Calls 2

_clearMethod · 0.95
createWebmapMethod · 0.95

Tested by

no test coverage detected