From 34f84d91c4c0fee4832f93c2b0e332f2bc868c7b Mon Sep 17 00:00:00 2001
From: xieb <vip_xiaobin810@163.com>
Date: Tue, 16 Apr 2024 16:41:46 +0800
Subject: [PATCH] 断点续飞

---
 src/main/resources/application-dev.yml |   14 +++++++++++---
 1 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 36b802b..2ab7819 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -87,10 +87,18 @@
   out-net-file-address: http://dev.jxpskj.com:9000
 
 #图斑的解压地址和图斑文件转航线文件的地址
-Patches:
+patches:
   url:
     path:
-      unzip: D:/tmp/
+      unzip: src/main/resources/tmp/
       kmz:
         destKMZFile: src/main/resources/template/kmz/
-        sourceDir: src/main/resources/template/wpmz/
\ No newline at end of file
+        sourceDir: src/main/resources/template/wpmz/
+
+  xml:
+    temple:
+      template: src/main/resources/template/template.xml
+      waylines: src/main/resources/template/waylines.xml
+    target:
+      template: src/main/resources/template/wpmz/template.kml
+      waylines: src/main/resources/template/wpmz/waylines.wpml
\ No newline at end of file

--
Gitblit v1.9.3