|
@@ -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);
|