From 6545b0cb0817378cff3b20d962d4c4f0d51f2207 Mon Sep 17 00:00:00 2001 From: rain <167982779@qq.com> Date: Thu, 11 Apr 2024 09:39:28 +0800 Subject: [PATCH] 完善图斑线上配置 --- src/main/resources/application-prod.yml | 17 ++++++++++++++++- 1 files changed, 16 insertions(+), 1 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 8a1a992..87cfe62 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -89,4 +89,19 @@ object-dir-prefix: out-net-file-address: http://dev.jxpskj.com:9000 - +#图斑的解压地址和图斑文件转航线文件的地址 +Patches: + url: + path: + unzip: /home/drone/server/temp/ + kmz: + destKMZFile: /home/drone/server/template/kmz/ + sourceDir: /home/drone/server/template/wpmz/ +#解析图斑航线模板的地址 +xml: + temple: + template: home/drone/server/template/template.xml + waylines: home/drone/server/template/waylines.xml + target: + template: home/drone/server/template/wpmz/template.kml + waylines: home/drone/server/template/wpmz/waylines.wpml \ No newline at end of file -- Gitblit v1.9.3