派生自 wuyushui/SewerAndRainNetwork

QibolinCzp
2021-05-14 73c8d3f55d5a675174a61342f3cea712ed5bc0eb
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: '空气质量',
@@ -12,8 +10,7 @@
      code: 'airQualityStation',
      name: '监测站',
      sname: '监测站', // 表名
      checked: false, // 默认选中状态
      url: WFS_URL + '?TYPENAME=公司'
      checked: false
    }
  ]
}