From 275ab635e9bb15e083462abf15070d601b577e62 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期四, 13 五月 2021 14:15:21 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/conf/layers/LayerEntEmer.js |   26 +++++++++++++++++++++-----
 1 files changed, 21 insertions(+), 5 deletions(-)

diff --git a/src/conf/layers/LayerEntEmer.js b/src/conf/layers/LayerEntEmer.js
index bbf0f85..d63a663 100644
--- a/src/conf/layers/LayerEntEmer.js
+++ b/src/conf/layers/LayerEntEmer.js
@@ -1,22 +1,23 @@
 /**
- * 浼佷笟棰勮
+ * 浼佷笟搴旀��
  */
 import { LayerHbss } from './LayerHbss'
 import { LayerFsss } from './LayerFsss'
 
 import { PIPELINE_WFS } from '../Constants'
+
 const WFS_URL = PIPELINE_WFS
 
 export const LayerEntEmer = {
   code: 'reportEntemeage',
-  name: '浼佷笟棰勮',
+  name: '浼佷笟搴旀��',
   checked: false,
   type: 0,
   childLayer: [LayerFsss, LayerHbss],
   layers: [
     {
       code: 'rainline',
-      name: '浜嬪墠闃舵',
+      name: '鍩虹鍥惧眰',
       sname: '绠$綉',
       checked: false,
       type: 0,
@@ -32,7 +33,7 @@
     },
     {
       code: 'accidentline',
-      name: '瀹℃壒闃舵',
+      name: '鍦ㄧ嚎鐩戞祴',
       sname: '浜嬫晠姘�',
       checked: false,
       // wmsLayers: 'sewer:pipeline_accident',
@@ -42,7 +43,22 @@
     },
     {
       code: 'oilline',
-      name: '浜嬩欢瀹岀粨',
+      name: '搴旀�ヨ祫婧�',
+      sname: '鍚补姹℃按',
+      checked: false,
+      type: 0,
+      minZoom: 13,
+      color: '#ffaa00',
+      wmsLayers: 'sewer:pipeline_sewer',
+      // wfs: 'http://xearth.cn:6240/geoserver/sewer/wfs?typeName=sewer:pipeline&maxFeatures=500&outputFormat=application%2Fjson&cql_filter=mediumtype=\'鍚补姹℃按\'',
+      styles: {
+        COLOR: '#ffaa00',
+        FILL_COLOR: '#ffaa00'
+      }
+    },
+    {
+      code: 'oil',
+      name: '鍛ㄨ竟鐜',
       sname: '鍚补姹℃按',
       checked: false,
       type: 0,

--
Gitblit v1.8.0