管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-03-15 54d918939c9f05e7588beb571cb49675433fc93d
ExportMap/export.html
@@ -75,6 +75,15 @@
      });
    }
    // 测试切图
    function convertXYZ() {
      var data = { ids: [1526, 1527], id: 1, min: 8, max: 15, dircode: "000305" };
      ajax("Convert/ToTiles", "POST", JSON.stringify(data), null, null, function (rs) {
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
        console.log(rs);
      });
    }
    // 测试Rvt
    function convert1() {
      var data = { ids: [1521] };
@@ -115,7 +124,8 @@
  <input type="button" value="出图-1" onclick="exportMap1()" />
  <input type="button" value="出图-2" onclick="exportMap2()" />
  <br /><br />
  <input type="button" value="测试切图" onclick="convertXYZ();" />
  <input type="button" value="测试Rvt" onclick="convert1();" />
  <input type="button" value="测试Fbx" onclick="convert2();" />
  <input type="button" value="测试Ifc" onclick="convert3();" />