派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-05-18 7f6291e80073c0c29f9d24bfdd3ac2602a059e70
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: '附属设施',
@@ -46,7 +46,8 @@
      sname: 'PipeRack',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      typeName: WFS_URL + '?TYPENAME=管架',
      typeName: 'sewer:piperack',
      icon: 'sewers/管架.png',
      checked: false
    },
    {
@@ -55,7 +56,8 @@
      sname: 'PipeGallery',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      typeName: '?TYPENAME=管廊',
      typeName: 'sewer:pipegallery',
      icon: 'sewers/管廊.png',
      checked: false
    },
    {
@@ -63,6 +65,7 @@
      name: '流向',
      sname: 'ywslx',
      type: SERVICE_TYPE.WMS,
      icon: 'sewers/流向.png',
      checked: false
    },
    {