管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-16 22b4c946cc51180ee68e2bea82a86b912fcfa744
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>