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

Method setZIndex

src/mapboxgl/overlay/MapvLayer.js:273–275  ·  view source on GitHub ↗

* @function MapvLayer.prototype.setZIndex * @description 设置 canvas 层级。 * @param {number} zIndex - canvas 层级。

(z)

Source from the content-addressed store, hash-verified

271 * @param {number} zIndex - canvas 层级。
272 */
273 setZIndex(z) {
274 this.renderer.setZIndex(z);
275 }
276}
277

Callers 11

MapvLayerSpec.jsFile · 0.45
MapVLayerSpec.jsFile · 0.45
MapvLayerSpec.jsFile · 0.45
UFunction · 0.45
initMethod · 0.45
mapv.min.jsFile · 0.45
mapv.jsFile · 0.45
leaflet.jsFile · 0.45
leaflet-src.jsFile · 0.45
bFunction · 0.45
mapv.min.jsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected