|
@@ -529,6 +529,7 @@ export default class UIControl {
|
|
}
|
|
}
|
|
confirmEntry() {
|
|
confirmEntry() {
|
|
console.log('确认');
|
|
console.log('确认');
|
|
|
|
+ Settings.selectLocationMode = null;
|
|
this.graphicStateUI.continuedMode = false;
|
|
this.graphicStateUI.continuedMode = false;
|
|
this.layer.exit();
|
|
this.layer.exit();
|
|
uiService.setSelectLineCategory(VectorCategory.Line.NormalLine);
|
|
uiService.setSelectLineCategory(VectorCategory.Line.NormalLine);
|
|
@@ -539,6 +540,7 @@ export default class UIControl {
|
|
}
|
|
}
|
|
confirmCancel() {
|
|
confirmCancel() {
|
|
console.log('取消');
|
|
console.log('取消');
|
|
|
|
+ Settings.selectLocationMode = null;
|
|
this.graphicStateUI.continuedMode = false;
|
|
this.graphicStateUI.continuedMode = false;
|
|
addPoint.deleteTestPoints();
|
|
addPoint.deleteTestPoints();
|
|
addLine.deleteTestLines();
|
|
addLine.deleteTestLines();
|