管道基础大数据平台系统开发-【CS】-ExportMap
1
13693261870
2022-12-23 80580b65be75b0ad876f8d0ca56fc7a64ba11b36
ExportMap/lf.html
@@ -282,8 +282,9 @@
    }
  </script>
  <script>
    var url = "http://127.0.0.1:12316/";
    var token = "?token=a5cca7ad-bfe6-43bd-aa62-e19f2ffac6bd";
    var url = "http://127.0.0.1:12316/server/";
    var token = "?token=2d44e1be-b332-4aa8-893f-61e6edac61b7";
    // 项目,站场,管道中心线,战略通道,矢量图,影像注记,影像图
    function exportMap1() {
      var page = $("#selectPage").find("option:selected").text();
@@ -294,8 +295,8 @@
        province: "河北省",
        scale: "1:5万",
        resolution: "5米",
        date: "2022.11.09",
        layers: "阀室,管道中心线,矢量注记,矢量图",
        date: "2022.12.20",
        layers: "项目,站场,管道中心线,矢量图",
        rotation: 0,
        xmin: 103.394023,
        ymin: 30.690466,
@@ -320,7 +321,7 @@
        scale: "1:20万",
        resolution: "20米",
        date: "2022.11.10",
        layers: "站场,管道中心线,高德影像注记,高德影像",
        layers: "项目,站场,管道中心线,影像注记,影像图",
        rotation: 0,
        xmin: 103.394023,
        ymin: 30.690466,
@@ -366,7 +367,7 @@
    文件上传:
    <input id="file1" name="file1" type="file" multiple="multiple" />
    <input id="file2" name="file2" type="file" multiple="multiple" webkitdirectory />
    <input id="shpFiles" name="shpFiles" type="file" multiple="multiple" accept=".shp,.shx,.dbf,.prj" />
    shpFiles:<input id="shpFiles" name="shpFiles" type="file" multiple="multiple" accept=".shp,.shx,.dbf,.prj" />
  </form>
  <br />