派生自 wuyushui/SewerAndRainNetwork

徐旺旺
2021-05-17 3b79ee564d4c77189484711ece4dc80786f79080
src/conf/layers/LayerPipeLines.js
@@ -17,10 +17,12 @@
      code: 'rainline',
      name: '雨水线',
      sname: '管网',
      checked: false,
      checked: true,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      icon: 'sewers/雨水线.png',
      legendImage: '../.././assets/images/map/sewers/雨水线.png',
      color: '#0070ff',
      minZoom: 13,
      styles: {
@@ -36,6 +38,7 @@
      sname: '事故水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      minZoom: 13,
      filter: 'mediumtype = \'事故水\'',
@@ -47,10 +50,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 +67,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 +79,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 +91,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 +103,7 @@
      sname: '生活污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'生活污水\'',
      minZoom: 13,
@@ -107,6 +115,7 @@
      sname: '净化水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'净化水\'',
      minZoom: 13,
@@ -117,6 +126,7 @@
      name: '循环水',
      sname: '循环水',
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'循环水\'',
      checked: false,
@@ -129,6 +139,7 @@
      sname: '生产污水',
      checked: false,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
      typeName: 'sewer:pipeline',
      filter: 'mediumtype = \'生产污水\'',
      minZoom: 13,