From 22b4c946cc51180ee68e2bea82a86b912fcfa744 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期四, 16 三月 2023 18:54:31 +0800 Subject: [PATCH] 1 --- ExportMap/export.html | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ExportMap/export.html b/ExportMap/export.html index 08d1838..cd6a725 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -110,6 +110,15 @@ console.log(rs); }); } + + // 娴嬭瘯SG + function toSG() { + var data = { ids: [1523, 1525] }; + ajax("Convert/ToTileset", "POST", JSON.stringify(data), null, null, function (rs) { + alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); + console.log(rs); + }); + } </script> </head> <body> @@ -129,5 +138,6 @@ <input type="button" value="娴嬭瘯Rvt" onclick="convert1();" /> <input type="button" value="娴嬭瘯Fbx" onclick="convert2();" /> <input type="button" value="娴嬭瘯Ifc" onclick="convert3();" /> + <input type="button" value="娴嬭瘯SG" onclick="toSG();" /> </body> </html> -- Gitblit v1.9.3