From ad5899efb91fd2afb7ce7648dccd68c9547c1629 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 28 六月 2023 19:11:31 +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 c02a122..674a307 100644 --- a/ExportMap/cs/XYZUtils.cs +++ b/ExportMap/cs/XYZUtils.cs @@ -88,7 +88,7 @@ //string batFile = Path.Combine(BatPath, dateStr + ".bat"); string tifFile = Path.Combine(Tools.TempDir, ExportUtil.DateStr + ".txt"); string xyzPath = Path.Combine(SGUtils.LFData, "2d\\tiles", args.dircode); - if (args.isNew && Directory.Exists(xyzPath)) Tools.DelPath(xyzPath); + //if (args.isNew && Directory.Exists(xyzPath)) Tools.DelPath(xyzPath); if (!Directory.Exists(xyzPath)) Directory.CreateDirectory(xyzPath); WriteText(tifFile, list); -- Gitblit v1.9.3