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(null, cmd, false, false); err = Tools.ExecCmd(null, cmd, false); err = null; if (null != srs) writeSRS(osgbPath, srs);