ExportMap/cs/OsgbUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | 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)) {