From f26fde54fdc51424030eed8e9a0fc4c6529f1ac2 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Fri, 25 Jun 2021 08:44:18 +0800
Subject: [PATCH] 空间分析
---
widgets/volumeAnalysis/Widget.js | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/widgets/volumeAnalysis/Widget.js b/widgets/volumeAnalysis/Widget.js
index 130f24c..9513175 100644
--- a/widgets/volumeAnalysis/Widget.js
+++ b/widgets/volumeAnalysis/Widget.js
@@ -175,9 +175,11 @@
}
// })
that.handlerPolygon = handlerPolygon;
+ that.tooltip = tooltip;
},
handlerPolygon: '',
+ tooltip: '',
closesVolumeAnalysis: function (froms) {
// console.log('guanbi');
this.map.scene.globe.removeAllModifyRegion();
@@ -187,6 +189,7 @@
document.getElementById("fillVolumeVolumeAnalysis").value = "";
document.getElementById("remainderAreaVolumeAnalysis").value = "";
this.handlerPolygon.clear();
+ this.tooltip.setVisible(false);
},
onOpen: function () {
--
Gitblit v1.9.3