From ced7c4ad08456544e9807907d21683f3ceeff0dc Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期四, 03 八月 2023 14:29:11 +0800
Subject: [PATCH] 1

---
 ExportMap/cs/XYZUtils.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/cs/XYZUtils.cs b/ExportMap/cs/XYZUtils.cs
index 0ccf314..f5cbc2d 100644
--- a/ExportMap/cs/XYZUtils.cs
+++ b/ExportMap/cs/XYZUtils.cs
@@ -96,7 +96,7 @@
             string cmd = string.Format("python \"{0}\" -qgz {1} -file \"{2}\" -out \"{3}\" -min {4} -max {5} -noData {6}", PyFile, Qgz, tifFile, xyzPath, args.min, args.max, args.noData);
 
             //err = Tools.ExecCmd(GetCmds(batFile, cmd));            
-            err = Tools.ExecCmd(cmd, true, false);
+            err = Tools.ExecCmd(null, cmd, true, false);
 
             //if (File.Exists(batFile)) File.Delete(batFile);
             if (File.Exists(tifFile)) File.Delete(tifFile);

--
Gitblit v1.9.3