派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 4cffa15b0abf94067938db9694a08e2c7bfadf3d
图例部分图标替换1
2个文件已修改
4 ■■■■ 已修改文件
src/conf/layers/LayerAirQuality.js 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerArea.js 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/conf/layers/LayerAirQuality.js
@@ -12,7 +12,6 @@
      sname: '监测站', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map/sewers/检测点.png'
    }
  ]
src/conf/layers/LayerArea.js
@@ -13,7 +13,6 @@
      sname: '公司', // 表名
      checked: true, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map/company_refining.png'
    },
    {
@@ -22,7 +21,6 @@
      sname: '码头',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=码头',
      legendImage: '../.././assets/images/map/sewers/码头.png'
    },
    {
@@ -30,7 +28,6 @@
      name: '装置区',
      sname: '装置区',
      checked: false, // 默认选中状态
      type: SERVICE_TYPE.WMS,
      typeName: 'sewer:unitareaboundary'
    }
  ]