| | |
| | | window.TSExcavation.deleteObject(); |
| | | window.TSExcavation = null; |
| | | } |
| | | } |
| | | |
| | | //点漫游 |
| | | if (window.PointMY) { |
| | | window.PointMY.drawHandler && window.PointMY.drawHandler.destroy(); |
| | | window.PointMY.end && window.PointMY.end(); |
| | | } |
| | | |
| | | } |
| | | |
| | | window.XZOutlie = "dlg_100w_boua"; //1:100万行政面layer名称 |
| | | window.ImageLayer3 = null;//1:100万行政面图层 |
| | | |
| | |
| | | this.showPathAnalysisBoxDialog = true; |
| | | } else { |
| | | this.showPathAnalysisBoxDialog = false; |
| | | this.closeBufferBox(4); |
| | | } |
| | | } |
| | | } |
| | |
| | | PDelevationTool.render(); |
| | | break; |
| | | case "d3": //路径分析 |
| | | |
| | | this.isRouter = !this.isRouter; |
| | | let value; |
| | | if (this.isRouter) { |
| | | value = { |
| | | name: "Analysis", |
| | | id: 3, |
| | | show:true |
| | | }; |
| | | } else { |
| | | value = { |
| | | name: "close", |
| | | name: "Analysis", |
| | | id: 3, |
| | | show:false |
| | | }; |
| | | } |
| | | this.$bus.$emit("mapChangeBox", value); |
| | |
| | | ); |
| | | }, |
| | | setWander(res) { |
| | | debugger; |
| | | switch (res) { |
| | | |
| | | case "c1": |
| | | if (window.PointMY != null) { |
| | | window.PointMY.drawHandler && window.PointMY.drawHandler.destroy(); |
| | |
| | | polygon: Cesium.Color.fromCssColorString('#ffff00').withAlpha(0.6), |
| | | }; |
| | | }, |
| | | |
| | | }; |
| | | </script> |
| | | |