Explorar o código

feat: 更新直角定位法

jinx %!s(int64=2) %!d(string=hai) anos
pai
achega
99a5908d23

A diferenza do arquivo foi suprimida porque é demasiado grande
+ 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;