From 7daa8ef85ee1efb60f7d993602f42baaa105ac8f Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期三, 21 六月 2023 16:40:57 +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 dd6ab7c..52f285c 100644 --- a/ExportMap/export.html +++ b/ExportMap/export.html @@ -137,6 +137,15 @@ console.log(rs); }); } + + // 娴嬭瘯Las + function toLas() { + var data = { token: token, ids: [7188], depcode: "00", dircode: "0C", userId: 1, name: "HL_point_cloud_part_1.las" }; + ajax("Convert/ToLas", "POST", JSON.stringify(data), null, null, function (rs) { + alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result); + console.log(rs); + }); + } </script> </head> <body> @@ -159,5 +168,6 @@ <input type="button" value="娴嬭瘯SG" onclick="toSG();" /> <input type="button" value="娴嬭瘯Terra" onclick="toTerra();" /> <input type="button" value="娴嬭瘯OSGB" onclick="toOsgb();" /> + <input type="button" value="娴嬭瘯Las" onclick="toLas();" /> </body> </html> -- Gitblit v1.9.3