(mapStyle)
| 496 | }); |
| 497 | }; |
| 498 | const _addStyleElement = (mapStyle) => { |
| 499 | this.whenReady().then(() => { |
| 500 | this._layer.renderStyles(mapStyle); |
| 501 | }); |
| 502 | }; |
| 503 | const _addExtentElement = (mapExtent) => { |
| 504 | this.whenReady().then(() => { |
| 505 | delete this._layer.bounds; |