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

Method shape

test/tool/mock_l7.js:208–216  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

206 return this;
207 }
208 shape(type) {
209 this.shape = type;
210 if (this.shape === 'sprite') {
211 this.layerModel = {
212 spriteAnimate: true
213 };
214 }
215 return this;
216 }
217 active() {
218 return this;
219 }

Callers 6

L7LayerSpec.jsFile · 0.80
L7LayerSpec.jsFile · 0.80
getL7ChartPieMarkerLayerFunction · 0.80
getL7LayerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected