(mapLink)
| 310 | }); |
| 311 | }; |
| 312 | const _addStylesheetLink = (mapLink) => { |
| 313 | this.whenReady().then(() => { |
| 314 | this._extentLayer.renderStyles(mapLink); |
| 315 | }); |
| 316 | }; |
| 317 | const _addStyleElement = (mapStyle) => { |
| 318 | this.whenReady().then(() => { |
| 319 | this._extentLayer.renderStyles(mapStyle); |