派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-18 58fe00c41f4c499b604d2c504542dbb1272382f2
src/conf/layers/LayerHbss.js
@@ -1,8 +1,7 @@
/**
 * 区域
 */
import { PIPELINE_WFS, SERVICE_TYPE } from '../Constants'
const WFS_URL = PIPELINE_WFS
import { SERVICE_TYPE } from '../Constants'
export const LayerHbss = {
  code: 'sewersHbss',
  name: '环保设施',
@@ -15,7 +14,7 @@
      checked: false,
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      wmsLayers: 'sewer:manhole',
      typeName: 'sewer:manhole',
      icon: 'sewers/窨井.png'
    },
    {
@@ -35,7 +34,8 @@
      sname: '防火堤',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=防火堤',
      typeName: 'sewer:firedike',
      icon: 'sewers/防火堤.png',
      checked: false
    },
    {
@@ -43,7 +43,7 @@
      name: '集水池',
      sname: '集水池',
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=集水池',
      typeName: 'sewer:collectingbasin',
      checked: false,
      type: SERVICE_TYPE.WMS,
      icon: 'sewers/集水池.png'
@@ -53,7 +53,8 @@
      name: '截流闸',
      sname: '截流闸',
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=截流闸',
      typeName: 'sewer:collectingbasin',
      icon: 'sewers/.png',
      checked: false
    },
    {
@@ -62,7 +63,8 @@
      sname: '溢流堰',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=溢流堰',
      typeName: 'ewer:overflowweir',
      icon: 'sewers/.png',
      checked: false
    },
    {
@@ -72,7 +74,7 @@
      minZoom: 16,
      checked: false,
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=隔油池',
      typeName: 'ewer:oilseparator',
      icon: 'sewers/隔油池.png'
    }
  ]