Parcourir la source

feat: 更新直角定位法

jinx il y a 2 ans
Parent
commit
99a5908d23

Fichier diff supprimé car celui-ci est trop grand
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 3 - 0
src/graphic/Load.js

@@ -88,6 +88,9 @@ export default class Load {
           if (dataLocal.lines[key].value) {
             line.setValue(dataLocal.lines[key].value);
           }
+          if (dataLocal.lines[key].locationMode) {
+            line.setLocationMode(dataLocal.lines[key].locationMode);
+          }
           line.setDisplay(dataLocal.lines[key].display);
           if (line.getCategory() == VectorCategory.Line.BaseLine) {
             Settings.baseLineId = key;