管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-05-16 ebb30d317e2d2a709adc64f3b132e209565f474f
1
已修改1个文件
3 ■■■■ 文件已修改
ExportMap/cs/TerraUtils.cs 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/TerraUtils.cs
@@ -103,8 +103,7 @@
                //Generate(args, tifFile, ref err);
                CreateTerrain(args, tifFile, ref err);
                string path = GetTerrainPath(args.dircode);
                string json = Path.Combine(path, "layer.json");
                string json = Path.Combine(dirPath, "layer.json");
                if (!File.Exists(json)) return null;
                Complement(args);