From 6fa1b9b293fbd2efde7462aaa9f3e97f6349a703 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期一, 20 三月 2023 19:21:36 +0800 Subject: [PATCH] 1 --- ExportMap/up.html | 23 +++++++++++++++++++++++ 1 files changed, 23 insertions(+), 0 deletions(-) diff --git a/ExportMap/up.html b/ExportMap/up.html index cd7e62f..daddb21 100644 --- a/ExportMap/up.html +++ b/ExportMap/up.html @@ -473,6 +473,16 @@ $("#oupArea").html(wkt); } + + // 娴嬭瘯鍙戝竷 + function testPublish() { + //debugger + var type = $("#selectPubType").find("option:selected").text().split("锛�")[0]; + var vals = $("#selectPubType").find("option:selected").val(); + console.log("娴嬭瘯鍙戝竷", type, vals); + + + } </script> </head> <body> @@ -538,6 +548,19 @@ <input value="鐢熸垚" type="button" onclick="generateBuffer();" /> <hr /> <br /> + + 鍙戝竷绠$悊锛� + <select id="selectPubType"> + <option value="1526,1527" selected="selected">DOM</option> + <option value="1521">BIM锛坮vt锛�</option> + <option value="1522">BIM锛坒bx锛�</option> + <option value="1528">BIM锛坕fc锛�</option> + <option value="1523">3DML</option> + <option value="1525">MPT</option> + </select> + <input value="娴嬭瘯鍙戝竷" type="button" onclick="testPublish();" /> + <hr /> + <br /> </form> <br /> <br /> -- Gitblit v1.9.3