xushiting 2 anni fa
parent
commit
3b2081f727
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      src/graphic/ListenLayer.js

+ 1 - 4
src/graphic/ListenLayer.js

@@ -301,10 +301,7 @@ export default class ListenLayer {
       }
 
       const line = dataService.getLine(lineId);
-      if (
-        line.getCategory() == VectorCategory.Line.PositionLine ||
-        line.getCategory() == VectorCategory.Line.BaseLine
-      ) {
+      if (line.getCategory() == VectorCategory.Line.PositionLine) {
         continue;
       }
       let startPoint = dataService.getPoint(line.startId);