* @function WebSymbol.prototype.init * @description 初始化 Web 符号配置。 * @version 11.1.0 * @param {object} config - 配置信息。 * @param {string} [config.basePath] - 指定符号资源路径。
(config)
| 314 | * @param {string} [config.basePath] - 指定符号资源路径。 |
| 315 | */ |
| 316 | init(config) { |
| 317 | mapboxgl.Map.prototype.basePath = config && config.basePath || this.defaultBasePath; |
| 318 | MapExtendSymbol(); |
| 319 | } |
| 320 | } |
no test coverage detected