派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-04-29 150a37f948214be4bd183b30f3f2865a6f1c519f
src/conf/layers/LayerFsss.js
@@ -13,7 +13,8 @@
      name: '管段',
      sname: '管段',
      checked: false,
      wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipesegment&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=orgname=\'巴陵石化\''
      wmsLayers: 'sewer:pipesegment'
      // wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipesegment&maxFeatures=50&outputFormat=application%2Fjson&cql_filter=orgname=\'巴陵石化\''
    },
    {
      code: 'fourlink',
@@ -21,7 +22,8 @@
      sname: '四通',
      checked: true,
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=四通',
      wmsLayers: 'sewer:fourlink',
      // wfs: WFS_URL + '?TYPENAME=四通',
      icon: 'sewers/四通.png'
    },
    {
@@ -30,7 +32,8 @@
      sname: '三通',
      checked: false,
      minZoom: 16,
      wfs: WFS_URL + '?TYPENAME=三通',
      wmsLayers: 'sewer:tee',
      // wfs: WFS_URL + '?TYPENAME=三通',
      icon: 'sewers/三通.png'
    },
    {
@@ -61,7 +64,8 @@
      minZoom: 10,
      sname: '阀门',
      checked: false,
      wfs: WFS_URL + '?TYPENAME=阀门',
      wmsLayers: 'sewer:valve',
      // wfs: WFS_URL + '?TYPENAME=阀门',
      icon: 'sewers/阀门.png'
    },
    {
@@ -70,7 +74,8 @@
      sname: '弯头',
      minZoom: 16,
      checked: false,
      wfs: WFS_URL + '?TYPENAME=弯头',
      wmsLayers: 'sewer:elbow',
      // wfs: WFS_URL + '?TYPENAME=弯头',
      icon: 'sewers/弯头.png'
    }
  ]