管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2023-01-16 955227562285dd86e4356fbfbe9d9250d65436a3
ExportMap/export.html
@@ -5,7 +5,7 @@
  <title></title>
  <script src="js/jquery.1.12.4.js"></script>
  <script>
    var token = "68af5891-25fe-471e-9883-ab387fe44f86";
    var token = "37da6489-9286-4cb6-9662-69d464238e9b";
    function ajax(url, type, data, dataType, contentType, fn) {
      $.ajax({
@@ -34,7 +34,7 @@
        scale: "1:5万",
        resolution: "5米",
        date: "2022.11.09",
        layers: "阀室,管道中心线,矢量注记,矢量图",
        layers: "项目,站场,管道中心线,矢量图",
        rotation: 0,
        xmin: 103.394023,
        ymin: 30.690466,
@@ -42,7 +42,7 @@
        xmax: 112.534648
      };
      ajax("Export/Start", "POST", JSON.stringify(data), null, null, function (rs) {
      ajax("http://192.168.20.205/ExportMap/Export/Start", "POST", JSON.stringify(data), null, null, function (rs) {
        alert("code = " + rs.code + ", msg = " + rs.msg + ", result = " + rs.result);
        console.log(rs);
      });
@@ -58,7 +58,7 @@
        scale: "1:20万",
        resolution: "20米",
        date: "2022.11.10",
        layers: "站场,管道中心线,高德影像注记,高德影像",
        layers: "项目,站场,管道中心线,影像注记,影像图",
        rotation: 0,
        xmin: 103.394023,
        ymin: 30.690466,