管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-07-29 072f76a9a62b244ea65f44e912bbc6a17d8e6966
ExportMap/cs/TerraUtils.cs
@@ -303,7 +303,7 @@
            if (!File.Exists(txtFile)) return null;
            string[] strs = File.ReadAllLines(txtFile, Encoding.UTF8);
            File.Delete(txtFile);
            // File.Delete(txtFile); // 删除坐标文件
            if (null == strs || strs.Length == 0) return null;
            string[] str = strs[0].Split(new string[] { ", " }, StringSplitOptions.None);