From 016de324c0145632532fcd5450b96a2d1291dac6 Mon Sep 17 00:00:00 2001
From: GuLiMmo <2820890765@qq.com>
Date: Fri, 08 Mar 2024 17:41:24 +0800
Subject: [PATCH] update: 右键添加航点完成、kmz文件编辑等
---
src/components/GMap.vue | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/components/GMap.vue b/src/components/GMap.vue
index c10d0d9..a494cbd 100644
--- a/src/components/GMap.vue
+++ b/src/components/GMap.vue
@@ -736,6 +736,7 @@
</DroneControlPanel>
</div>
<waylineTool />
+ <routeProfile />
</div>
</template>
@@ -784,6 +785,7 @@
import { convertTimestampToDate } from '/@/utils/time'
import { cesiumOperation } from '/@/hooks/use-cesium-tsa'
import waylineTool from './waylinetool/index.vue'
+import routeProfile from './waylinetool/route-profile.vue'
export default defineComponent({
components: {
BorderOutlined,
@@ -809,7 +811,8 @@
CarryOutOutlined,
RocketOutlined,
DesktopOutlined,
- waylineTool
+ waylineTool,
+ routeProfile
},
name: 'GMap',
props: {},
--
Gitblit v1.9.3