From a5e86bbc3cbb4d6e3e8ccaa9607d0d405fbf039a Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期二, 13 四月 2021 16:42:58 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/conf/layers/LayerPipeLines.js |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/conf/layers/LayerPipeLines.js b/src/conf/layers/LayerPipeLines.js
index 4209ddc..524a533 100644
--- a/src/conf/layers/LayerPipeLines.js
+++ b/src/conf/layers/LayerPipeLines.js
@@ -1,13 +1,17 @@
 /**
  * 绠$綉
  */
+import { LayerHbss } from './LayerHbss'
+import { LayerFsss } from './LayerFsss'
+
 const APP_GIS_HOST_2 = 'http://xearth.cn:8088'
-const WFS_URL = APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs'
+const WFS_URL = APP_GIS_HOST_2 + '/server/ogcserver/PipeLine2/wfs'
 
 export const LayerPipeLines = {
   code: 'sewersPipeLines',
   name: '绠$嚎',
   checked: true,
+  childLayer: [LayerFsss, LayerHbss],
   layers: [
     {
       code: 'rainline',
@@ -15,7 +19,7 @@
       sname: '闆ㄦ按绾�',
       checked: true,
       wfs: WFS_URL + '?TYPENAME=绠$綉',
-      minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀�
+      minZoom: 10
     },
     {
       code: 'accidentline',

--
Gitblit v1.8.0