管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-29 fce3d72a0f306e66bf085d16667769c8a2143473
1
已修改1个文件
2 ■■■ 文件已修改
ExportMap/cs/TerraUtils.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/TerraUtils.cs
@@ -95,7 +95,7 @@
                if (null == metas || metas.Count == 0) return null;
                string dirPath = GetTerrainPath(args.dircode);
                if (args.isNew && Directory.Exists(dirPath)) Tools.DelPath(dirPath);
                if (Directory.Exists(dirPath)) Tools.DelPath(dirPath);
                tifFile = Merge(metas, args, ref err);
                if (!File.Exists(tifFile)) return null;