Browse Source

feat: 更新直角定位法

jinx 2 years ago
parent
commit
99a5908d23
2 changed files with 4 additions and 1 deletions
  1. 1 1
      server/test/a0k4xu045_202305311600080410/attach/sceneStore
  2. 3 0
      src/graphic/Load.js

File diff suppressed because it is too large
+ 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;