管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-05-18 119b68aa121591af4a43c6fc61012494624e686d
ExportMap/cs/TerraUtils.cs
@@ -95,7 +95,7 @@
                if (null == metas || metas.Count == 0) return null;
                string dirPath = GetTerrainPath(args.dircode);
                if (Directory.Exists(dirPath)) Tools.DelPath(dirPath);
                if (args.isNew && Directory.Exists(dirPath)) Tools.DelPath(dirPath);
                tifFile = Merge(metas, args, ref err);
                if (!File.Exists(tifFile)) return null;
@@ -185,7 +185,7 @@
        }
        /// <summary>
        /// 生成高程切片
        /// 生成高程切片 *
        /// </summary>
        private static void Generate(XYZArgs args, string tifFile, ref string err)
        {