()
| 89 | } |
| 90 | } |
| 91 | get projection() { |
| 92 | return this.hasAttribute('projection') |
| 93 | ? this.getAttribute('projection') |
| 94 | : 'OSMTILE'; |
| 95 | } |
| 96 | set projection(val) { |
| 97 | if (val) { |
| 98 | this.whenProjectionDefined(val) |
nothing calls this directly
no test coverage detected