From 2fd93008d2ce0052353e5016f2c15d1890ffd2e6 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 23 十月 2023 13:42:37 +0800 Subject: [PATCH] 解决影像图层覆盖了矢量图层 --- ExportMap/cs/TBUtils.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ExportMap/cs/TBUtils.cs b/ExportMap/cs/TBUtils.cs index 08bfc42..604bb37 100644 --- a/ExportMap/cs/TBUtils.cs +++ b/ExportMap/cs/TBUtils.cs @@ -64,7 +64,7 @@ string cmd = string.Format("\"C:\\Program Files\\Skyline\\TerraBuilder\\TerraBuilder.exe\" -script \"{0}\"", js); // -DisablePrint ReloadTB(); - err = Tools.ExecCmd(new List<string> { cmd }); + err = Tools.ExecCmdForWin(new List<string> { cmd }); isBusy = false; return File.Exists(MptPath) ? MoveMpt(MptPath, sourcePath) : null; -- Gitblit v1.9.3