|
@@ -393,9 +393,7 @@ export default class Load {
|
|
|
bgImg.setBounding();
|
|
|
}
|
|
|
} catch (e) {}
|
|
|
- if (data3d.meterPerPixel) {
|
|
|
- coordinate.setRes(data3d.meterPerPixel);
|
|
|
- }
|
|
|
+ coordinate.setRes(data3d.meterPerPixel);
|
|
|
const width = bgImg.imageData.width;
|
|
|
const height = bgImg.imageData.height;
|
|
|
let angle = 0;
|