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