管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-22 1dbd488cd46ab396e8bf0c179fff9df346e768e0
1
已修改1个文件
2 ■■■ 文件已修改
ExportMap/cs/OsgbUtils.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/OsgbUtils.cs
@@ -56,7 +56,7 @@
                    if (!Directory.Exists(outPath)) Directory.CreateDirectory(outPath);
                    if (File.Exists(jsonFile)) File.Delete(jsonFile);
                    string cmd = string.Format("{0}\\3dtile.exe -f osgb -i \"{1}\" -o \"{2}\"", d3tilesPath, osgbPath, outPath);
                    string cmd = string.Format("{0}\\3dtile.exe -f osgb -i \"{1}\" -o \"{2}\" -c \"{{\\\"offset\\\": {3}}}\"", d3tilesPath, osgbPath, outPath, args.z);
                    err = Tools.ExecCmd(cmd, false, false);
                    if (File.Exists(jsonFile))