管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-07-17 11dd7f1b1c7288ed8aefae60e9c43647c61ce4af
ExportMap/cs/OsgbUtils.cs
@@ -59,7 +59,8 @@
                    string srs = findSRS(osgbPath);
                    if (null != srs) writeSRS(osgbPath, getSRS(srs));
                    string cmd = string.Format("{0}\\3dtile.exe -f osgb -i \"{1}\" -o \"{2}\" -c \"{{\\\"offset\\\": {3}}}\"", d3tilesPath, osgbPath, outPath, args.z);
                    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 = null;