派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-05-30 4adfa4774e09f3b388335bb8dee5dea518856e5b
src/conf/layers/LayerSoilGroundWater.js
@@ -1,8 +1,6 @@
/**
 * 土壤及地下水
 */
import { PIPELINE_WFS } from '../Constants'
const WFS_URL = PIPELINE_WFS
export const LayerSoilGroundWater = {
  code: 'sewersSoilGroundWater',
  name: '土壤及地下水',
@@ -15,7 +13,6 @@
      sname: '土壤', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司',
      legendImage: '../.././assets/images/map-pages/xljt1.png'
    },
    {
@@ -23,8 +20,7 @@
      name: '地下水',
      sname: '地下水',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=码头'
      type: 0
    },
    {
      code: 'firstRiskBlock',
@@ -32,7 +28,6 @@
      sname: '一级风险地块',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区',
      color: 'red'
    },
    {
@@ -41,7 +36,6 @@
      sname: '二级风险地块',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区',
      color: 'yellow'
    },
    {
@@ -50,7 +44,6 @@
      sname: '三级风险地块',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区',
      color: 'green'
    }
  ]