派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-12 8ee4edce98711de3917d9da85e928ad7285bf914
src/conf/layers/LayerPipeLines.js
@@ -19,6 +19,7 @@
      sname: '管网',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      icon: 'sewers/雨水线.png',
      color: '#0070ff',
@@ -36,6 +37,7 @@
      sname: '事故水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      minZoom: 13,
      filter: 'mediumtype = \'事故水\'',
@@ -47,10 +49,11 @@
      sname: '含油污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      minZoom: 13,
      color: '#ffaa00',
      filter: 'mediumtype = \'含油\'',
      filter: 'mediumtype = \'含油污水\'',
      styles: {
        COLOR: '#ffaa00',
        FILL_COLOR: '#ffaa00'
@@ -63,9 +66,10 @@
      sname: '含盐污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      minZoom: 13,
      filter: 'mediumtype = \'含盐\'',
      filter: 'mediumtype = \'含盐污水\'',
      index: 1
    },
    {
@@ -74,8 +78,9 @@
      sname: '含碱污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'含碱\'',
      filter: 'mediumtype = \'含碱污水\'',
      minZoom: 10,
      index: 1
    },
@@ -85,8 +90,9 @@
      sname: '含硫污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'含硫\'',
      filter: 'mediumtype = \'含硫污水\'',
      minZoom: 10,
      index: 1
    },
@@ -96,6 +102,7 @@
      sname: '生活污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'生活污水\'',
      minZoom: 13,
@@ -107,6 +114,7 @@
      sname: '净化水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'净化水\'',
      minZoom: 13,
@@ -117,6 +125,7 @@
      name: '循环水',
      sname: '循环水',
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'循环水\'',
      checked: false,
@@ -129,6 +138,7 @@
      sname: '生产污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'生产污水\'',
      minZoom: 13,