派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-27 bdce5b978229a100b7d7a01acbdeefbd9e2b0902
src/conf/layers/LayerAirQuality.js
@@ -7,12 +7,14 @@
  code: 'sewersAirQuality',
  name: '空气质量',
  checked: false,
  type: 0,
  layers: [
    {
      code: 'airQualityStation',
      name: '监测站',
      sname: '监测站', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司'
    }
  ]