派生自 wuyushui/SewerAndRainNetwork

陈泽平
2021-05-21 81e462c9578834d32a30f939d940fb674f1e29f8
src/conf/layers/LayerFsss.js
@@ -1,8 +1,8 @@
/**
 * 区域
 */
import { PIPELINE_WFS, SERVICE_TYPE } from '../Constants'
const WFS_URL = PIPELINE_WFS
import { SERVICE_TYPE } from '../Constants'
export const LayerFsss = {
  code: 'sewersFsss',
  name: '附属设施',
@@ -25,8 +25,7 @@
      type: SERVICE_TYPE.WMS,
      typeName: 'sewer:fourlink',
      // wfs: WFS_URL + '?TYPENAME=四通',
      icon: 'sewers/四通.png',
      index: 3
      icon: 'sewers/四通.png'
    },
    {
      code: 'tee',
@@ -37,25 +36,31 @@
      typeName: 'sewer:tee',
      type: SERVICE_TYPE.WMS,
      // wfs: WFS_URL + '?TYPENAME=三通',
      icon: 'sewers/三通.png',
      index: 3
      icon: 'sewers/三通.png'
    },
    {
      code: 'piperack',
      name: '管架(墩)',
      sname: 'PipeRack',
      sname: '管架(墩)',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      typeName: WFS_URL + '?TYPENAME=管架',
      typeName: 'sewer:piperack',
      icon: 'sewers/管架(墩).png',
      checked: false
    },
    {
      code: 'pipegallery',
      name: '管廊(带)',
      sname: 'PipeGallery',
      sname: '管廊(带)',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      typeName: '?TYPENAME=管廊',
      typeName: 'sewer:pipegallery',
      icon: 'sewers/管廊.png',
      color: '#828282',
      styles: {
        COLOR: '#828282',
        FILL_COLOR: '#828282'
      },
      checked: false
    },
    {
@@ -63,6 +68,7 @@
      name: '流向',
      sname: 'ywslx',
      type: SERVICE_TYPE.WMS,
      typeName: 'sewer:pipesegment_flow',
      checked: false
    },
    {