From 6723ddbb3326f1d566417aff95ae3a92807a41d7 Mon Sep 17 00:00:00 2001
From: zrj <646384940@qq.com>
Date: Fri, 16 Aug 2024 15:46:17 +0800
Subject: [PATCH] 新增自定义飞行区文件获取及离线地图获取协议回复

---
 src/main/java/com/dji/sample/patches/xml/utils/CreateWaylineFileUtils.java |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/com/dji/sample/patches/xml/utils/CreateWaylineFileUtils.java b/src/main/java/com/dji/sample/patches/xml/utils/CreateWaylineFileUtils.java
index 34c06ce..20fa4dc 100644
--- a/src/main/java/com/dji/sample/patches/xml/utils/CreateWaylineFileUtils.java
+++ b/src/main/java/com/dji/sample/patches/xml/utils/CreateWaylineFileUtils.java
@@ -23,8 +23,8 @@
      */
     public static void createWaylineFile(XMLTemplateModel xmlModel,String templeFilePath,String targetTempleFilePath,String waylineFilePath,String targetWaylineFilePath) {
 
-//        xml2XmlDoc(xmlModel, "home\\drone\\server\\template\\template.xml", "home\\drone\\server\\template\\wpmz\\template.kml");
-//        xml2XmlDoc(xmlModel, "home\\drone\\server\\template\\waylines.xml", "home\\drone\\server\\template\\wpmz\\waylines.wpml");
+//        xml2XmlDoc(xmlModel, "home\\drone\\server\\template\\template.kml", "home\\drone\\server\\template\\wpmz\\template.kml");
+//        xml2XmlDoc(xmlModel, "home\\drone\\server\\template\\waylines.wpml", "home\\drone\\server\\template\\wpmz\\waylines.wpml");
 
         xml2XmlDoc(xmlModel, templeFilePath, targetTempleFilePath);
         xml2XmlDoc(xmlModel, waylineFilePath, targetWaylineFilePath);

--
Gitblit v1.9.3