From 5bd3c6fc05b2548195ebe78bc4cec04886b51ca2 Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期五, 02 四月 2021 14:22:03 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/conf/layers/LayerArea.js |    8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js
index f3b9da5..c57b612 100644
--- a/src/conf/layers/LayerArea.js
+++ b/src/conf/layers/LayerArea.js
@@ -13,9 +13,8 @@
       name: '鍏徃',
       sname: '鍏徃', // 琛ㄥ悕
       checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鍏徃',
-      minZoom: 10, // 鍦ㄦ寚瀹氱骇鍒樉绀�
-      childLayer: 'fsss,hbss' // 鍏宠仈PointLayers
+      url: WFS_URL + '?TYPENAME=鍏徃',
+      minZoom: 10
     },
     {
       code: 'sewersAreaMt',
@@ -23,8 +22,7 @@
       sname: '鐮佸ご',
       checked: true, // 榛樿閫変腑鐘舵��
       wfs: WFS_URL + '?TYPENAME=鐮佸ご',
-      minZoom: 10,
-      childLayer: 'fsss,hbss' // 鍏宠仈PointLayers
+      minZoom: 10
     },
     {
       code: 'sewersAreaZz',

--
Gitblit v1.8.0