xushiting 2 years ago
parent
commit
632956ac19
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/graphic/Load.js

+ 1 - 1
src/graphic/Load.js

@@ -146,7 +146,7 @@ export default class Load {
         }
         }
       }
       }
       if (data3d.meterPerPixel) {
       if (data3d.meterPerPixel) {
-        coordinate.setRes(0.04104436918001602);
+        coordinate.setRes(data3d.meterPerPixel);
       }
       }
     }
     }
     this.layer.history.init();
     this.layer.history.init();