From 1283635bfe5b627300b16b41f6c47bf9d61f90de Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期三, 20 九月 2023 20:32:10 +0800
Subject: [PATCH] las入库时添加json数据

---
 ExportMap/cs/PyLasUtils.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/ExportMap/cs/PyLasUtils.cs b/ExportMap/cs/PyLasUtils.cs
index 00097b3..398a9c2 100644
--- a/ExportMap/cs/PyLasUtils.cs
+++ b/ExportMap/cs/PyLasUtils.cs
@@ -94,6 +94,7 @@
             }
 
             SysPublish sys = Tools.NewPublish(meta, args, GetReleaseUrl(path), path);
+            sys.json = GetLasGeomJSON(Path.Combine(Tools.GetSetting("uploadFolder"), meta.path), meta.id);
 
             pubid = PubDBHelper.InsertPublish(sys);
             if (pubid > 0)

--
Gitblit v1.9.3