(factor)
| 867 | } |
| 868 | |
| 869 | setLabelScaleFactor(factor) { |
| 870 | this.labelScaleFactor = Math.max(0, factor); |
| 871 | if (this.lastBounds && this.lastRawExtents) { |
| 872 | this.updateGridLabels(this.lastBounds, this.lastRawExtents, this.lastFlipOptions, this.labelScaleFactor); |
| 873 | } |
| 874 | } |
| 875 | } |
no test coverage detected