From 98240a8e15dec2d2fb88b2c6eb1be684c7543e5e Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期四, 15 四月 2021 11:03:30 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/conf/layers/LayerPipeLines.js |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/src/conf/layers/LayerPipeLines.js b/src/conf/layers/LayerPipeLines.js
index 4209ddc..6e3f5b1 100644
--- a/src/conf/layers/LayerPipeLines.js
+++ b/src/conf/layers/LayerPipeLines.js
@@ -1,13 +1,17 @@
 /**
  * 绠$綉
  */
-const APP_GIS_HOST_2 = 'http://xearth.cn:8088'
-const WFS_URL = APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs'
+import { LayerHbss } from './LayerHbss'
+import { LayerFsss } from './LayerFsss'
+
+import { PIPELINE_WFS } from '../Constants'
+const WFS_URL = PIPELINE_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