| | |
| | | }); |
| | | } |
| | | |
| | | // 测试切图 |
| | | 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] }; |
| | |
| | | <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();" /> |