From b5f294729bca484a4ce726f4d2a1c096166bc9f2 Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Mon, 01 Apr 2024 16:27:38 +0800
Subject: [PATCH] 生成航线文件

---
 src/main/resources/template/wpmz/template.kml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/resources/template/newtemplate.xml b/src/main/resources/template/wpmz/template.kml
similarity index 98%
rename from src/main/resources/template/newtemplate.xml
rename to src/main/resources/template/wpmz/template.kml
index bd2209a..29209fd 100644
--- a/src/main/resources/template/newtemplate.xml
+++ b/src/main/resources/template/wpmz/template.kml
@@ -3,8 +3,8 @@
   <Document>
     <!-- 步骤1:实现文件创建信息 -->
     <wpml:author>Aix</wpml:author>
-    <wpml:createTime>1711938126849</wpml:createTime>
-    <wpml:updateTime>1711938126849</wpml:updateTime>
+    <wpml:createTime>1711960016175</wpml:createTime>
+    <wpml:updateTime>1711960016175</wpml:updateTime>
     <!-- 步骤2:设置任务配置 -->
     <wpml:missionConfig>
       <wpml:flyToWaylineMode>safely</wpml:flyToWaylineMode>
@@ -12,8 +12,8 @@
       <wpml:exitOnRCLost>executeLostAction</wpml:exitOnRCLost>
       <wpml:executeRCLostAction>goBack</wpml:executeRCLostAction>
       <wpml:takeOffSecurityHeight>20</wpml:takeOffSecurityHeight>
-      <wpml:takeOffRefPoint></wpml:takeOffRefPoint>
-      <wpml:takeOffRefPointAGLHeight></wpml:takeOffRefPointAGLHeight>
+      <wpml:takeOffRefPoint>28.624514734,115.856725497,0</wpml:takeOffRefPoint>
+      <wpml:takeOffRefPointAGLHeight>0</wpml:takeOffRefPointAGLHeight>
       <wpml:globalTransitionalSpeed>10</wpml:globalTransitionalSpeed>
       <wpml:globalRTHHeight>100</wpml:globalRTHHeight>
       <wpml:droneInfo>

--
Gitblit v1.9.3