| | |
| | | :payloads="osdVisible.payloads"> |
| | | </DroneControlPanel> |
| | | </div> |
| | | <waylineTool /> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | import Cesium from './cesiumMap/cesium.vue' |
| | | import { convertTimestampToDate } from '/@/utils/time' |
| | | import { cesiumOperation } from '/@/hooks/use-cesium-tsa' |
| | | import waylineTool from './waylinetool/index.vue' |
| | | export default defineComponent({ |
| | | components: { |
| | | BorderOutlined, |
| | |
| | | CarryOutOutlined, |
| | | RocketOutlined, |
| | | DesktopOutlined, |
| | | waylineTool |
| | | }, |
| | | name: 'GMap', |
| | | props: {}, |
| | |
| | | watch(() => openDroneControl.value, (is: boolean) => { |
| | | if (!is) { |
| | | cesium.removeById('rangeEllipse') |
| | | cesium.removeAllDataSource() |
| | | return |
| | | } |
| | | // 设置无人机范围 |