派生自 wuyushui/SewerAndRainNetwork

seatonwan9
2021-05-24 309528a5c1ac91b5f3a8faa28b6c57b3531d45c2
src/conf/layers/LayerAirQuality.js
@@ -1,8 +1,6 @@
/**
 * 区域
 */
import { PIPELINE_WFS } from '../Constants'
const WFS_URL = PIPELINE_WFS
export const LayerAirQuality = {
  code: 'sewersAirQuality',
  name: '空气质量',
@@ -13,7 +11,8 @@
      name: '监测站',
      sname: '监测站', // 表名
      checked: false, // 默认选中状态
      url: WFS_URL + '?TYPENAME=公司'
      type: 0,
      legendImage: '../.././assets/images/map/sewers/检测点.png'
    }
  ]
}