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/OsgbUtils.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/ExportMap/cs/OsgbUtils.cs b/ExportMap/cs/OsgbUtils.cs
index 8f9c457..07d3e91 100644
--- a/ExportMap/cs/OsgbUtils.cs
+++ b/ExportMap/cs/OsgbUtils.cs
@@ -61,7 +61,7 @@
 
                     int idx = args.ids.IndexOf(meta.id);
                     string cmd = string.Format("{0}\\3dtile.exe -f osgb -i \"{1}\" -o \"{2}\" -c \"{{\\\"offset\\\": {3}}}\"", d3tilesPath, osgbPath, outPath, args.zs[idx]);
-                    err = Tools.ExecCmd(null, cmd, false, false);
+                    err = Tools.ExecCmd(null, cmd, false);
                     err = null;
 
                     if (null != srs) writeSRS(osgbPath, srs);

--
Gitblit v1.9.3