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

Method init

src/mapboxgl/overlay/symbol/WebSymbol.js:316–319  ·  view source on GitHub ↗

* @function WebSymbol.prototype.init * @description 初始化 Web 符号配置。 * @version 11.1.0 * @param {object} config - 配置信息。 * @param {string} [config.basePath] - 指定符号资源路径。

(config)

Source from the content-addressed store, hash-verified

314 * @param {string} [config.basePath] - 指定符号资源路径。
315 */
316 init(config) {
317 mapboxgl.Map.prototype.basePath = config && config.basePath || this.defaultBasePath;
318 MapExtendSymbol();
319 }
320}

Callers 15

WebSymbolSpec.jsFile · 0.45
WebSymbolSpec.jsFile · 0.45
_initParametersMethod · 0.45
CameraFunction · 0.45
XFunction · 0.45

Calls 1

MapExtendSymbolFunction · 0.70

Tested by

no test coverage detected