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

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

diff --git a/ExportMap/cs/TerraUtils.cs b/ExportMap/cs/TerraUtils.cs
index edf04e9..46fef82 100644
--- a/ExportMap/cs/TerraUtils.cs
+++ b/ExportMap/cs/TerraUtils.cs
@@ -174,7 +174,7 @@
                 }
 
                 string cmd = string.Format("python \"{0}\" -qgz {1} -file \"{2}\" -out \"{3}\"", PyFile, Qgz, txtFile, tifFile);
-                err = Tools.ExecCmd(null, cmd, true, false);
+                err = Tools.ExecCmd(null, cmd, true);
 
                 return tifFile;
             }

--
Gitblit v1.9.3