use constant for default dpi
This commit is contained in:
@@ -437,7 +437,7 @@ class ScaleLine extends Control {
|
|||||||
this.viewState_.resolution,
|
this.viewState_.resolution,
|
||||||
this.viewState_.center
|
this.viewState_.center
|
||||||
);
|
);
|
||||||
const dpi = this.dpi_ || (25.4 / 0.28);
|
const dpi = this.dpi_ || DEFAULT_DPI;
|
||||||
const mpu = this.viewState_.projection.getMetersPerUnit();
|
const mpu = this.viewState_.projection.getMetersPerUnit();
|
||||||
const inchesPerMeter = 39.37;
|
const inchesPerMeter = 39.37;
|
||||||
return parseFloat(resolution.toString()) * mpu * inchesPerMeter * dpi;
|
return parseFloat(resolution.toString()) * mpu * inchesPerMeter * dpi;
|
||||||
|
|||||||
Reference in New Issue
Block a user