()
| 401 | } |
| 402 | |
| 403 | _setLocalizedDefaultLabel() { |
| 404 | if (!this._layer._titleIsReadOnly && !this._layer._title) { |
| 405 | this.label = this.parentElement.locale.dfLayer; |
| 406 | } |
| 407 | } |
| 408 | |
| 409 | selectAlternateOrChangeProjection() { |
| 410 | let mapml = this.src ? this.shadowRoot : this; |