派生自 wuyushui/SewerAndRainNetwork

chenyabin
2021-04-23 3140ec8fc9ac7d7fce42ee2d3ef222323a1c05ff
src/conf/layers/LayerPipeLines.js
@@ -11,6 +11,7 @@
  code: 'sewersPipeLines',
  name: '管线',
  checked: false,
  type: 0,
  childLayer: [LayerFsss, LayerHbss],
  layers: [
    {
@@ -18,6 +19,7 @@
      name: '雨水线',
      sname: '管网',
      checked: false,
      type: 0,
      // wfs: WFS_URL + '?TYPENAME=管网&FILTER=<Filter xmlns="http://www.opengis.net/ogc"><PropertyIsEqualTo><PropertyName>mediumtype</PropertyName><Literal>雨水管线</Literal></PropertyIsEqualTo></Filter>',
      wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=500&outputFormat=application%2Fjson&cql_filter=linenumtype=\'雨水管线\'',
      icon: 'sewers/雨水线.png',
@@ -33,6 +35,7 @@
      name: '事故水线',
      sname: '事故水',
      checked: false,
      type: 0,
      minZoom: 13,
      wfs: WFS_URL + '?TYPENAME=事故水'
    },
@@ -41,6 +44,7 @@
      name: '含油污水线',
      sname: '含油污水',
      checked: false,
      type: 0,
      minZoom: 13,
      color: '#ffaa00',
      wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=500&outputFormat=application%2Fjson&cql_filter=mediumtype=\'含油污水\'',
@@ -54,6 +58,7 @@
      name: '含盐污水线',
      sname: '含盐污水',
      checked: false,
      type: 0,
      minZoom: 13,
      wfs: WFS_URL + '?TYPENAME=含盐污水'
    },
@@ -62,6 +67,7 @@
      name: '含碱污水线',
      sname: '含碱污水',
      checked: false,
      type: 0,
      wfs: WFS_URL + '?TYPENAME=含碱污水',
      minZoom: 10
    },
@@ -70,6 +76,7 @@
      name: '生活污水',
      sname: '生活污水',
      checked: false,
      type: 0,
      minZoom: 13,
      wfs: WFS_URL + '?TYPENAME=生活污水'
    },
@@ -78,6 +85,7 @@
      name: '净化水线',
      sname: '净化水',
      checked: false,
      type: 0,
      minZoom: 13,
      wfs: WFS_URL + '?TYPENAME=净化水'
    },
@@ -85,6 +93,7 @@
      code: 'loopline',
      name: '循环水线',
      sname: '循环水',
      type: 0,
      checked: false,
      minZoom: 13,
      wfs: WFS_URL + '?TYPENAME=循环水'
@@ -94,6 +103,7 @@
      name: '生产污水',
      sname: '生产污水',
      checked: false,
      type: 0,
      minZoom: 13,
      color: '#a8a800',
      wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=500&outputFormat=application%2Fjson&cql_filter=mediumtype=\'生产污水\'',