diff --git a/src/views/contentData/LeftSidebar/index.vue b/src/views/contentData/LeftSidebar/index.vue index 55ba763..c3aebb2 100644 --- a/src/views/contentData/LeftSidebar/index.vue +++ b/src/views/contentData/LeftSidebar/index.vue @@ -260,40 +260,24 @@ export default { }, handleDroneClick(value) { console.log(value, "value"); - window.marsMap.setCameraView({ - lat: value.drone_lat, - lng: value.drone_lon, - alt: value.height + 800, - pitch: -90 - }); if (value.drone_lon == 0 || value.drone_lat == 0) { console.log("经纬度为0"); } else { + window.marsMap.setCameraView({ + lat: value.drone_lat, + lng: value.drone_lon, + alt: value.height + 800, + pitch: -90 + }); let graphicLayer = window.marsMap.getLayerById("uavFiex"); // let startPoint = graphicLayer.getGraphicById(value.BatchId + "start"); if (graphicLayer) { graphicLayer.eachGraphic((car) => { // 取出对应无人机的轨迹列表 - //打击之前 if (value.BatchId === car.id) { // car.openPopup(); console.log(car, "car.polyline"); car.polyline.show = !car.polyline.show; // 轨迹线 - // if (car.polyline.show) { - // car.setOptions({ - // polyline: { - // width: 2, - // opacity: 1, - // } - // }); - // } else { - // car.setOptions({ - // polyline: { - // width: 2, - // opacity: 0, - // } - // }); - // } } }); } diff --git a/src/views/mapControl/img/Vector.png b/src/views/mapControl/img/Vector.png deleted file mode 100644 index 4aafef2..0000000 Binary files a/src/views/mapControl/img/Vector.png and /dev/null differ diff --git a/src/views/mapControl/img/cthmb.png b/src/views/mapControl/img/cthmb.png deleted file mode 100644 index 1d77a5f..0000000 Binary files a/src/views/mapControl/img/cthmb.png and /dev/null differ diff --git a/src/views/mapControl/img/dxhd.png b/src/views/mapControl/img/dxhd.png deleted file mode 100644 index 3380d88..0000000 Binary files a/src/views/mapControl/img/dxhd.png and /dev/null differ diff --git a/src/views/mapControl/img/fh.png b/src/views/mapControl/img/fh.png deleted file mode 100644 index d566473..0000000 Binary files a/src/views/mapControl/img/fh.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-dhyp-off.png b/src/views/mapControl/img/fzsb-dhyp-off.png deleted file mode 100644 index 669140f..0000000 Binary files a/src/views/mapControl/img/fzsb-dhyp-off.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-dhyp.png b/src/views/mapControl/img/fzsb-dhyp.png deleted file mode 100644 index c2acf93..0000000 Binary files a/src/views/mapControl/img/fzsb-dhyp.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-dxgr-off.png b/src/views/mapControl/img/fzsb-dxgr-off.png deleted file mode 100644 index 9a0a0ad..0000000 Binary files a/src/views/mapControl/img/fzsb-dxgr-off.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-dxgr.png b/src/views/mapControl/img/fzsb-dxgr.png deleted file mode 100644 index 44a3c88..0000000 Binary files a/src/views/mapControl/img/fzsb-dxgr.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-qtfz-off.png b/src/views/mapControl/img/fzsb-qtfz-off.png deleted file mode 100644 index 881a328..0000000 Binary files a/src/views/mapControl/img/fzsb-qtfz-off.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-qtfz.png b/src/views/mapControl/img/fzsb-qtfz.png deleted file mode 100644 index 0e185a4..0000000 Binary files a/src/views/mapControl/img/fzsb-qtfz.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-qxgr-off.png b/src/views/mapControl/img/fzsb-qxgr-off.png deleted file mode 100644 index 2897fb6..0000000 Binary files a/src/views/mapControl/img/fzsb-qxgr-off.png and /dev/null differ diff --git a/src/views/mapControl/img/fzsb-qxgr.png b/src/views/mapControl/img/fzsb-qxgr.png deleted file mode 100644 index ad986ac..0000000 Binary files a/src/views/mapControl/img/fzsb-qxgr.png and /dev/null differ diff --git a/src/views/mapControl/img/gaj.png b/src/views/mapControl/img/gaj.png deleted file mode 100644 index 6968812..0000000 Binary files a/src/views/mapControl/img/gaj.png and /dev/null differ diff --git a/src/views/mapControl/img/gj.png b/src/views/mapControl/img/gj.png deleted file mode 100644 index b4f2266..0000000 Binary files a/src/views/mapControl/img/gj.png and /dev/null differ diff --git a/src/views/mapControl/img/jh.png b/src/views/mapControl/img/jh.png deleted file mode 100644 index 7c72022..0000000 Binary files a/src/views/mapControl/img/jh.png and /dev/null differ diff --git a/src/views/mapControl/img/jtd.png b/src/views/mapControl/img/jtd.png deleted file mode 100644 index 2170311..0000000 Binary files a/src/views/mapControl/img/jtd.png and /dev/null differ diff --git a/src/views/mapControl/img/juhe.png b/src/views/mapControl/img/juhe.png deleted file mode 100644 index ead0b09..0000000 Binary files a/src/views/mapControl/img/juhe.png and /dev/null differ diff --git a/src/views/mapControl/img/ld.png b/src/views/mapControl/img/ld.png deleted file mode 100644 index fe3b16e..0000000 Binary files a/src/views/mapControl/img/ld.png and /dev/null differ diff --git a/src/views/mapControl/img/lsjw.png b/src/views/mapControl/img/lsjw.png deleted file mode 100644 index 1b118c5..0000000 Binary files a/src/views/mapControl/img/lsjw.png and /dev/null differ diff --git a/src/views/mapControl/img/other.png b/src/views/mapControl/img/other.png deleted file mode 100644 index c3a8c45..0000000 Binary files a/src/views/mapControl/img/other.png and /dev/null differ diff --git a/src/views/mapControl/img/qt.png b/src/views/mapControl/img/qt.png deleted file mode 100644 index 9130dba..0000000 Binary files a/src/views/mapControl/img/qt.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-qiangj-off.png b/src/views/mapControl/img/sxt-qiangj-off.png deleted file mode 100644 index a616476..0000000 Binary files a/src/views/mapControl/img/sxt-qiangj-off.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-qiangj.png b/src/views/mapControl/img/sxt-qiangj.png deleted file mode 100644 index 720d03b..0000000 Binary files a/src/views/mapControl/img/sxt-qiangj.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-qj-off.png b/src/views/mapControl/img/sxt-qj-off.png deleted file mode 100644 index ed0b5e1..0000000 Binary files a/src/views/mapControl/img/sxt-qj-off.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-qj.png b/src/views/mapControl/img/sxt-qj.png deleted file mode 100644 index 8190d61..0000000 Binary files a/src/views/mapControl/img/sxt-qj.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-yt-off.png b/src/views/mapControl/img/sxt-yt-off.png deleted file mode 100644 index 43b06a6..0000000 Binary files a/src/views/mapControl/img/sxt-yt-off.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-yt.png b/src/views/mapControl/img/sxt-yt.png deleted file mode 100644 index a6b2efc..0000000 Binary files a/src/views/mapControl/img/sxt-yt.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-zt-off.png b/src/views/mapControl/img/sxt-zt-off.png deleted file mode 100644 index 44a43b9..0000000 Binary files a/src/views/mapControl/img/sxt-zt-off.png and /dev/null differ diff --git a/src/views/mapControl/img/sxt-zt.png b/src/views/mapControl/img/sxt-zt.png deleted file mode 100644 index 3f949ca..0000000 Binary files a/src/views/mapControl/img/sxt-zt.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-5g-a-off.png b/src/views/mapControl/img/tcsb-5g-a-off.png deleted file mode 100644 index 3149848..0000000 Binary files a/src/views/mapControl/img/tcsb-5g-a-off.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-5g-a.png b/src/views/mapControl/img/tcsb-5g-a.png deleted file mode 100644 index 9adbda0..0000000 Binary files a/src/views/mapControl/img/tcsb-5g-a.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-ads-b-off.png b/src/views/mapControl/img/tcsb-ads-b-off.png deleted file mode 100644 index 41bcc31..0000000 Binary files a/src/views/mapControl/img/tcsb-ads-b-off.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-ads-b.png b/src/views/mapControl/img/tcsb-ads-b.png deleted file mode 100644 index 44724c0..0000000 Binary files a/src/views/mapControl/img/tcsb-ads-b.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-ld-off.png b/src/views/mapControl/img/tcsb-ld-off.png deleted file mode 100644 index 10235da..0000000 Binary files a/src/views/mapControl/img/tcsb-ld-off.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-ld.png b/src/views/mapControl/img/tcsb-ld.png deleted file mode 100644 index 479ae5f..0000000 Binary files a/src/views/mapControl/img/tcsb-ld.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-rid-off.png b/src/views/mapControl/img/tcsb-rid-off.png deleted file mode 100644 index 76c0df3..0000000 Binary files a/src/views/mapControl/img/tcsb-rid-off.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-rid.png b/src/views/mapControl/img/tcsb-rid.png deleted file mode 100644 index e4c6d42..0000000 Binary files a/src/views/mapControl/img/tcsb-rid.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-wxdtc-off.png b/src/views/mapControl/img/tcsb-wxdtc-off.png deleted file mode 100644 index 7724864..0000000 Binary files a/src/views/mapControl/img/tcsb-wxdtc-off.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb-wxdtc.png b/src/views/mapControl/img/tcsb-wxdtc.png deleted file mode 100644 index fce7265..0000000 Binary files a/src/views/mapControl/img/tcsb-wxdtc.png and /dev/null differ diff --git a/src/views/mapControl/img/tcsb.png b/src/views/mapControl/img/tcsb.png deleted file mode 100644 index f066656..0000000 Binary files a/src/views/mapControl/img/tcsb.png and /dev/null differ diff --git a/src/views/mapControl/img/xfd.png b/src/views/mapControl/img/xfd.png deleted file mode 100644 index 21cc534..0000000 Binary files a/src/views/mapControl/img/xfd.png and /dev/null differ diff --git a/src/views/mapControl/img/yj1.png b/src/views/mapControl/img/yj1.png deleted file mode 100644 index f62fa3a..0000000 Binary files a/src/views/mapControl/img/yj1.png and /dev/null differ diff --git a/src/views/mapControl/img/yj2.png b/src/views/mapControl/img/yj2.png deleted file mode 100644 index f96180d..0000000 Binary files a/src/views/mapControl/img/yj2.png and /dev/null differ diff --git a/src/views/mapControl/img/yy.png b/src/views/mapControl/img/yy.png deleted file mode 100644 index 3030fb6..0000000 Binary files a/src/views/mapControl/img/yy.png and /dev/null differ diff --git a/src/views/mapControl/img/zd--.png b/src/views/mapControl/img/zd--.png deleted file mode 100644 index 9d6e111..0000000 Binary files a/src/views/mapControl/img/zd--.png and /dev/null differ diff --git a/src/views/mapControl/img/zd.png b/src/views/mapControl/img/zd.png deleted file mode 100644 index 3ea3e61..0000000 Binary files a/src/views/mapControl/img/zd.png and /dev/null differ diff --git a/src/views/mapControl/img/zd_map.png b/src/views/mapControl/img/zd_map.png deleted file mode 100644 index a4ac8a3..0000000 Binary files a/src/views/mapControl/img/zd_map.png and /dev/null differ