派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 0df1b9e7efbf4204c0d87d3018c41b6214f53489
图例部分图标替换
9个文件已修改
36 ■■■■■ 已修改文件
src/components/panel/LegendPanel.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/RightSearchPanel.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerAirQuality.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerArea.js 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerPipeLines.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerSoilGroundWater.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerWasteGas.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerWasteSolid.js 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerWasteWater.js 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/panel/LegendPanel.vue
@@ -182,8 +182,10 @@
          margin: 0.05208rem 0;
          img {
            width: .08333rem;
            height: .08333rem;
           // width: .08333rem;
           // height: .08333rem;
            width: 0.1rem;
            height: 0.1rem;
            margin-right: .01042rem;
          }
src/components/panel/RightSearchPanel.vue
@@ -328,7 +328,7 @@
    color: @color-tool;
    position: absolute;
    top: 24px;
    right: 0.02rem;
    left: 0.02rem;
    border: none; //1px solid @color-tool;
    width: 0.2rem;
    height: 0.2rem;
src/conf/layers/LayerAirQuality.js
@@ -15,7 +15,8 @@
      sname: '监测站', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司'
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map/sewers/检测点.png'
    }
  ]
}
src/conf/layers/LayerArea.js
@@ -15,7 +15,8 @@
      sname: '公司', // 表名
      checked: true, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司'
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map/company_refining.png'
    },
    {
      code: 'sewersAreaMt',
@@ -23,7 +24,8 @@
      sname: '码头',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=码头'
      wfs: WFS_URL + '?TYPENAME=码头',
      legendImage: '../.././assets/images/map/sewers/码头.png'
    },
    {
      code: 'sewersAreaZz',
src/conf/layers/LayerPipeLines.js
@@ -22,6 +22,7 @@
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      icon: 'sewers/雨水线.png',
      legendImage: '../.././assets/images/map/sewers/雨水线.png',
      color: '#0070ff',
      minZoom: 13,
      styles: {
src/conf/layers/LayerSoilGroundWater.js
@@ -15,7 +15,8 @@
      sname: '土壤', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司'
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map-pages/xljt1.png'
    },
    {
      code: 'groundWater',
src/conf/layers/LayerWasteGas.js
@@ -38,7 +38,8 @@
      sname: 'VOCs',
      checked: false,
      type: 0,
      url: ''
      url: '',
      legendImage: '../.././assets/images/map/solidwaste/voc.png'
    }
  ]
}
src/conf/layers/LayerWasteSolid.js
@@ -15,7 +15,8 @@
      sname: '贮存点',
      checked: false,
      type: 0,
      url: 'http://www.baidu2.com'
      url: 'http://www.baidu2.com',
      legendImage: '../.././assets/images/map/solidwaste/gf_green.png'
    }
  ]
}
src/conf/layers/LayerWasteWater.js
@@ -14,7 +14,8 @@
      sname: '排放口', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: 'http://www.baidu.com'
      url: 'http://www.baidu.com',
      legendImage: '../.././assets/images/map/sewers/污水排口.png'
    },
    {
      code: 'wasteWaterJcd',
@@ -22,7 +23,8 @@
      sname: '流量',
      checked: false, // 默认选中状态
      type: 0,
      url: 'http://www.baidu2.com'
      url: 'http://www.baidu2.com',
      legendImage: '../.././assets/images/map/sewers/流量计.png'
    },
    {
      code: 'wasteWaterfk',
@@ -30,7 +32,8 @@
      sname: '液位',
      checked: false, // 默认选中状态
      type: 0,
      url: ''
      url: '',
      legendImage: '../.././assets/images/map/sewers/液位计.png'
    }
  ]
}