派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-30 a312e0dd96d8f7e96fb3341f1a55561b12394405
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,15 +13,14 @@
      sname: '土壤', // 表名
      checked: false, // 默认选中状态
      type: 0,
      url: WFS_URL + '?TYPENAME=公司'
      legendImage: '../.././assets/images/map-pages/xljt1.png'
    },
    {
      code: 'groundWater',
      name: '地下水',
      sname: '地下水',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=码头'
      type: 0
    },
    {
      code: 'firstRiskBlock',
@@ -31,7 +28,6 @@
      sname: '一级风险地块',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区',
      color: 'red'
    },
    {
@@ -40,7 +36,6 @@
      sname: '二级风险地块',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区',
      color: 'yellow'
    },
    {
@@ -49,7 +44,6 @@
      sname: '三级风险地块',
      checked: false, // 默认选中状态
      type: 0,
      wfs: WFS_URL + '?TYPENAME=装置区',
      color: 'green'
    }
  ]