(e, t)
| 12080 | this.projectionNameMap.rename(e, t); |
| 12081 | } |
| 12082 | scaleName(e, t) { |
| 12083 | return t |
| 12084 | ? this.getName(e) |
| 12085 | : (tt(e) && Qt(e) && this.component.scales[e]) || |
| 12086 | this.scaleNameMap.has(this.getName(e)) |
| 12087 | ? this.scaleNameMap.get(this.getName(e)) |
| 12088 | : void 0; |
| 12089 | } |
| 12090 | projectionName(e) { |
| 12091 | return e |
| 12092 | ? this.getName("projection") |