From 3d37a280c2bbefc5769053ec7298a0211ab79b8d Mon Sep 17 00:00:00 2001
From: rain <167982779@qq.com>
Date: Fri, 26 Apr 2024 08:49:33 +0800
Subject: [PATCH] 新增坐标系转换,在DB数据进出库时进行转换。优化DB成果展示的临时文件问题。

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

diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 80e4a08..f0ab298 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -109,4 +109,9 @@
       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
+      waylines: src/main/resources/template/wpmz/waylines.wpml
+
+
+db:
+  sqlite:
+    resource: DB/resource_db.db
\ No newline at end of file

--
Gitblit v1.9.3