From 7e52f7c8182689df70b283836c4de4123c0a5597 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 14 三月 2023 15:42:35 +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 56fa28e..c799b6f 100644 --- a/ExportMap/cs/XYZUtils.cs +++ b/ExportMap/cs/XYZUtils.cs @@ -54,7 +54,7 @@ if (!Directory.Exists(xyzPath)) Directory.CreateDirectory(xyzPath); string cmd = string.Format("python {0} -qgz {1} -file {2} -out {3} -min {4} -max {5}", PyFile, Qgz, tifFile, xyzPath, args.min, args.max); - err = Tool.ExecPython(cmd); + err = Tool.ExecCmd(cmd, true); return args.id; } -- Gitblit v1.9.3