From 39ffdf5754b4ebca682bd3c925f7a500e8a1bbda Mon Sep 17 00:00:00 2001
From: aix <vip_xiaobin810@163.com>
Date: Thu, 08 Aug 2024 16:56:36 +0800
Subject: [PATCH] 国土调查云身份凭证token

---
 src/main/resources/application-prod.yml |   10 ++++++++--
 1 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index dccf65f..cca65c6 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -73,8 +73,8 @@
     # If the protocol is ws/wss, this value is required.
     path:
     # 最初连接到mqtt时需要订阅的主题 多个订阅用 "," .
-    inbound-topic: sys/product/+/status,thing/product/+/requests
-#    inbound-topic: sys/product/+/+,thing/product/+/+
+#    inbound-topic: sys/product/+/status,thing/product/+/requests,thing/product/+/ods
+    inbound-topic: sys/product/+/+,thing/product/+/+
   DRC:
     protocol: WSS # @see com.dji.sample.component.mqtt.model.MqttProtocolEnum
     host: wrj.shuixiongit.com
@@ -113,15 +113,21 @@
       unzip: /home/drone/server/temp/
       kmz:
         destKMZFile: /home/drone/server/template/kmz/
+        planeKmzFile: /home/drone/server/template/kmz2/
         sourceDir: /home/drone/server/template/wpmz/
 #解析图斑航线模板的地址
   xml:
     temple:
       template: /home/drone/server/template/template.xml
       waylines: /home/drone/server/template/waylines.xml
+      planeTemplate: /home/drone/server/template/template-polygon.xml
+      planeWaylines: /home/drone/server/template/waylines-polygon.xml
     target:
       template: /home/drone/server/template/wpmz/template.kml
       waylines: /home/drone/server/template/wpmz/waylines.wpml
+      planeTemplate: /home/drone/server/template/wpmz/template.kml
+      planeWaylines: /home/drone/server/template/wpmz/waylines.wpml
+
 
 db:
   sqlite:

--
Gitblit v1.9.3