派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-14 0df1b9e7efbf4204c0d87d3018c41b6214f53489
src/conf/layers/LayerAirQuality.js
@@ -6,15 +6,17 @@
export const LayerAirQuality = {
  code: 'sewersAirQuality',
  name: '空气质量',
  checked: true,
  checked: false,
  type: 0,
  layers: [
    {
      code: 'airQualityStation',
      name: '监测站',
      sname: '监测站', // 表名
      checked: true, // 默认选中状态
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司',
      minZoom: 10
      legendImage: '../.././assets/images/map/sewers/检测点.png'
    }
  ]
}