From 1d1e36c0d117e26c68cf277652158116a150165e Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Thu, 11 Apr 2024 14:00:45 +0800
Subject: [PATCH] 图斑文件存放地址配置

---
 src/main/resources/application-dev.yml |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index b86d9c3..2ab7819 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -86,3 +86,19 @@
   object-dir-prefix:
   out-net-file-address: http://dev.jxpskj.com:9000
 
+#图斑的解压地址和图斑文件转航线文件的地址
+patches:
+  url:
+    path:
+      unzip: src/main/resources/tmp/
+      kmz:
+        destKMZFile: src/main/resources/template/kmz/
+        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