소스 검색

准备开始修改ListenLayer.js,如果有问题,可以回滚到这个版本

xushiting 2 년 전
부모
커밋
aecbcc9296
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      src/graphic/ListenLayer.js

+ 6 - 0
src/graphic/ListenLayer.js

@@ -18,6 +18,12 @@ export default class ListenLayer {
       state: null, // 未选中null
     };
 
+    this.curveRoadInfo = {
+      curveRoadId: null,
+      type: null,
+      state: null,
+    };
+
     this.pointInfo = {
       pointId: null,
       type: null,