liuyg
2021-06-23 70d097137d08bf1a79943fb44b7086b4d45aac75
widgets/digTheEarth/Widget.js
@@ -28,7 +28,7 @@
                })
                $("#beginigTheEarth").click(()=>{
                    that.beginDigTheEarth();
                    that.beginDigTheEarth();
                })
            },
@@ -117,15 +117,16 @@
                });
                handlerPolygon.activate();
                document.getElementById("cleardigTheEarth").onclick = function () {
                    viewer.scene.globe.removeAllExcavationRegion();
                    if (handlerPolygon.polygon) {
                        handlerPolygon.polygon.show = false;
                    }
                    if (handlerPolygon.polyline) {
                        handlerPolygon.polyline.show = false;
                    }
                    // viewer.scene.globe.removeAllExcavationRegion();
                    // if (handlerPolygon.polygon) {
                    //     handlerPolygon.polygon.show = false;
                    // }
                    // if (handlerPolygon.polyline) {
                    //     handlerPolygon.polyline.show = false;
                    // }
                    // handlerPolygon.polygon.show = false;
                    // handlerPolygon.polyline.show = false;
                    that.closesDigTheEarth();
                };
                if (!scene.pickPositionSupported) {