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

Method update

src/openlayers/overlay/Mapv.js:145–148  ·  view source on GitHub ↗

* @function Mapv.prototype.update * @description 更新数据。 * @param {Object} options - 待更新的数据。 * @param {Object} options.data - mapv 数据集。

(options)

Source from the content-addressed store, hash-verified

143 * @param {Object} options.data - mapv 数据集。
144 */
145 update(options) {
146 this.layer.update(options);
147 this.changed();
148 }
149}

Callers 15

MapvLayerSpec.jsFile · 0.45
MapVLayerSpec.jsFile · 0.45
MapvLayerSpec.jsFile · 0.45
MapvSpec.jsFile · 0.45
mapbox-gl.jsFile · 0.45
TlFunction · 0.45
iFunction · 0.45
noFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected