From 3214e382ce5ff5d9b36df42c5246544013c19137 Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期一, 13 三月 2023 17:55:08 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/XYZUtil.cs |   17 ++++++++++++++---
 1 files changed, 14 insertions(+), 3 deletions(-)

diff --git a/ExportMap/cs/XYZUtil.cs b/ExportMap/cs/XYZUtil.cs
index 8b048d0..ada42e9 100644
--- a/ExportMap/cs/XYZUtil.cs
+++ b/ExportMap/cs/XYZUtil.cs
@@ -21,13 +21,23 @@
             {
                 if (string.IsNullOrWhiteSpace(pyFile))
                 {
-                    pyFile = Path.Combine(ExportUtil.SourcesPath, "render.py");
+                    pyFile = Path.Combine(ExportUtil.SourcesPath, "xyz.py");
                 }
 
                 return pyFile;
             }
         }
-        //xyz.qgz
+
+        /// <summary>
+        /// QGIS宸ョ▼
+        /// </summary>
+        public string Qgz
+        {
+            get
+            {
+                return "xyz.qgz";
+            }
+        }
 
         /// <summary>
         /// 鐢熸垚
@@ -35,8 +45,9 @@
         /// <param name="args">鍑哄浘鍙傛暟</param>
         /// <param name="err">閿欒淇℃伅</param>
         /// <returns>鍥剧墖璺緞</returns>
-        public static string Generate(ExportArgs args, ref string err)
+        public static string Generate(XYZArgs args, ref string err)
         {
+            string date = ExportUtil.DateStr;
 
 
             return null;

--
Gitblit v1.9.3