管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-30 90a7aa9637064aba5b8851774e8544429dcf57f4
1
已修改1个文件
1 ■■■■ 文件已修改
ExportMap/cs/TBUtils.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/TBUtils.cs
@@ -100,6 +100,7 @@
        /// </summary>
        private static void MoveFilesToTemp(string sourcePath, string targetPath)
        {
            LogOut.Info("TB.移动文件 -> " + sourcePath);
            MoveFolder(Path.Combine(sourcePath, "数字正射影像图"), Path.Combine(targetPath, "img"));
            MoveFolder(Path.Combine(sourcePath, "数字高程模型"), Path.Combine(targetPath, "dem"));
            MoveFolder(Path.Combine(sourcePath, "中线裁剪范围"), Path.Combine(targetPath, "shp"));