|
@@ -103,6 +103,7 @@ export default class Coordinate {
|
|
this.width = canvas.width;
|
|
this.width = canvas.width;
|
|
this.height = canvas.height;
|
|
this.height = canvas.height;
|
|
}
|
|
}
|
|
|
|
+ this.zoom = defaultZoom;
|
|
this.setCenter(canvas);
|
|
this.setCenter(canvas);
|
|
Constant.minAdsorbPix = minAdsorbPix * this.ratio;
|
|
Constant.minAdsorbPix = minAdsorbPix * this.ratio;
|
|
console.log(
|
|
console.log(
|