派生自 wuyushui/SewerAndRainNetwork

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