管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-08-03 ced7c4ad08456544e9807907d21683f3ceeff0dc
ExportMap/cs/OsgbUtils.cs
@@ -61,7 +61,7 @@
                    int idx = args.ids.IndexOf(meta.id);
                    string cmd = string.Format("{0}\\3dtile.exe -f osgb -i \"{1}\" -o \"{2}\" -c \"{{\\\"offset\\\": {3}}}\"", d3tilesPath, osgbPath, outPath, args.zs[idx]);
                    err = Tools.ExecCmd(cmd, false, false);
                    err = Tools.ExecCmd(null, cmd, false, false);
                    err = null;
                    if (null != srs) writeSRS(osgbPath, srs);