派生自 wuyushui/SewerAndRainNetwork

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