管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-06-22 d7a6b945a86b2096e8ed388647b6dee2fa6fb6b7
1
已修改1个文件
1 ■■■■ 文件已修改
ExportMap/cs/OsgbUtils.cs 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
ExportMap/cs/OsgbUtils.cs
@@ -58,6 +58,7 @@
                    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);
                    err = null;
                    if (File.Exists(jsonFile))
                    {