派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-21 022e02466285107b4d7c47a22d672dbce7a2de29
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,15 +34,16 @@
      sname: '防火堤',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=防火堤',
      typeName: 'sewer:firedike',
      icon: 'sewers/防火堤.png',
      checked: false
    },
    {
      code: 'jsc',
      name: '集水池',
      sname: '集水池',
      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:chokevalve',
      icon: 'sewers/.png',
      checked: false
    },
    {
@@ -62,7 +63,8 @@
      sname: '溢流堰',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=溢流堰',
      typeName: 'sewer:overflowweir',
      icon: 'sewers/.png',
      checked: false
    },
    {
@@ -72,7 +74,7 @@
      minZoom: 16,
      checked: false,
      type: SERVICE_TYPE.WMS,
      wfs: WFS_URL + '?TYPENAME=隔油池',
      typeName: 'sewer:oilseparator',
      icon: 'sewers/隔油池.png'
    }
  ]