(mapLink)
| 491 | */ |
| 492 | _runMutationObserver(elementsGroup) { |
| 493 | const _addStylesheetLink = (mapLink) => { |
| 494 | this.whenReady().then(() => { |
| 495 | this._layer.renderStyles(mapLink); |
| 496 | }); |
| 497 | }; |
| 498 | const _addStyleElement = (mapStyle) => { |
| 499 | this.whenReady().then(() => { |
| 500 | this._layer.renderStyles(mapStyle); |