派生自 wuyushui/SewerAndRainNetwork

ChenZeping02609
2021-05-12 68b02f600f315550d69289c5980fc2f182ec5439
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,7 @@
      sname: 'PipeRack',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      typeName: WFS_URL + '?TYPENAME=管架',
      typeName: 'sewer:piperack',
      checked: false
    },
    {
@@ -55,7 +55,7 @@
      sname: 'PipeGallery',
      minZoom: 16,
      type: SERVICE_TYPE.WMS,
      typeName: '?TYPENAME=管廊',
      typeName: 'sewer:pipegallery',
      checked: false
    },
    {