|
@ -177,9 +177,9 @@ public class RailProfileDrawerService implements ProfilometerDrawerListener { |
|
|
taskState.setRightPointSetList(report.outline1); |
|
|
taskState.setRightPointSetList(report.outline1); |
|
|
} |
|
|
} |
|
|
if (report.outline2Side == MeasureSide.LEFT) { |
|
|
if (report.outline2Side == MeasureSide.LEFT) { |
|
|
taskState.setLeftPointSetList(report.outline1); |
|
|
|
|
|
|
|
|
taskState.setLeftPointSetList(report.outline2); |
|
|
} else { |
|
|
} else { |
|
|
taskState.setRightPointSetList(report.outline1); |
|
|
|
|
|
|
|
|
taskState.setRightPointSetList(report.outline2); |
|
|
} |
|
|
} |
|
|
Map<String, Object> finishMap = new HashMap<>(); |
|
|
Map<String, Object> finishMap = new HashMap<>(); |
|
|
finishMap.put("type", "measure-finished"); |
|
|
finishMap.put("type", "measure-finished"); |
|
|