管道基础大数据平台系统开发-【前端】-新系統界面
wulitaotao
2023-02-25 08506e7fceeed0fa15ba90af8471f3576caf5811
点漫游、路径分析
已修改4个文件
15 ■■■■ 文件已修改
public/globle/globle.js 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/mapsdk.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Synthesis/LeftMenu.vue 8 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/Synthesis/analyse.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
public/globle/globle.js
@@ -18,12 +18,15 @@
    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万行政面图层
src/components/mapsdk.vue
@@ -430,6 +430,7 @@
            this.showPathAnalysisBoxDialog = true;
          } else {
            this.showPathAnalysisBoxDialog = false;
            this.closeBufferBox(4);
          }
        }
      }
src/views/Synthesis/LeftMenu.vue
@@ -1157,16 +1157,20 @@
          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);
@@ -1455,7 +1459,9 @@
      );
    },
    setWander(res) {
      debugger;
      switch (res) {
        case "c1":
          if (window.PointMY != null) {
            window.PointMY.drawHandler && window.PointMY.drawHandler.destroy();
src/views/Synthesis/analyse.vue
@@ -305,6 +305,7 @@
      polygon: Cesium.Color.fromCssColorString('#ffff00').withAlpha(0.6),
    };
  },
};
</script>