派生自 wuyushui/SewerAndRainNetwork

yangdelong
2021-05-30 4adfa4774e09f3b388335bb8dee5dea518856e5b
src/conf/layers/LayerPipeLines.js
@@ -16,7 +16,7 @@
    {
      code: 'rainline',
      name: '雨水线',
      sname: '管网',
      sname: '雨水',
      checked: true,
      type: SERVICE_TYPE.WMS,
      layerGroup: 'sewer:pipeline_group',
@@ -30,7 +30,7 @@
        FILL_COLOR: '#0070ff'
      },
      filter: 'mediumtype = \'雨水\'',
      index: 1
      index: 20
    },
    {
      code: 'accidentline',
@@ -49,7 +49,7 @@
        FILL_COLOR: '#E64C00'
      },
      filter: 'mediumtype = \'事故水\'',
      index: 1
      index: 20
    },
    {
      code: 'oilline',
@@ -67,7 +67,7 @@
        COLOR: '#ffaa00',
        FILL_COLOR: '#ffaa00'
      },
      index: 1
      index: 20
    },
    {
      code: 'saltline',
@@ -85,7 +85,7 @@
        COLOR: '#FF7F7F',
        FILL_COLOR: '#FF7F7F'
      },
      index: 1
      index: 20
    },
    {
      code: 'alkaliline',
@@ -103,7 +103,7 @@
        COLOR: '#E8BEFF',
        FILL_COLOR: '#E8BEFF'
      },
      index: 1
      index: 20
    },
    {
      code: 'sulfurline',
@@ -121,7 +121,7 @@
        COLOR: '',
        FILL_COLOR: ''
      },
      index: 1
      index: 20
    },
    {
      code: 'lifeline',
@@ -139,7 +139,7 @@
        COLOR: '#A8A800',
        FILL_COLOR: '#A8A800'
      },
      index: 1
      index: 20
    },
    {
      code: 'purifyline',
@@ -157,7 +157,7 @@
        COLOR: '#55FF00',
        FILL_COLOR: '#55FF00'
      },
      index: 1
      index: 20
    },
    {
      code: 'loopline',
@@ -175,7 +175,7 @@
        COLOR: '#73FFDF',
        FILL_COLOR: '#73FFDF'
      },
      index: 1
      index: 20
    },
    {
      code: 'buildline',
@@ -193,7 +193,7 @@
        COLOR: '#a8a800',
        FILL_COLOR: '#a8a800'
      },
      index: 1
      index: 20
    }
  ]
}