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

---
 src/conf/layers/LayerBasin.js |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)

diff --git a/src/conf/layers/LayerBasin.js b/src/conf/layers/LayerBasin.js
index 6d66dbc..807c670 100644
--- a/src/conf/layers/LayerBasin.js
+++ b/src/conf/layers/LayerBasin.js
@@ -1,41 +1,36 @@
 /**
  * 娴佸煙
  */
-import MapConfig from '../../conf/MapConfig'
-const WFS_URL = MapConfig.PIPELINE_WFS
 export const LayerBasin = {
   code: 'sewersBasin',
   name: '鍖哄煙鍥惧眰',
   checked: true,
   isShow: true,
+  type: 2,
   layers: [
     {
       code: 'basinCj',
       name: '闀挎睙娴佸煙',
       sname: '闀挎睙娴佸煙', // 琛ㄥ悕
-      checked: true, // 榛樿閫変腑鐘舵��
-      url: WFS_URL + '?TYPENAME=鍏徃'
+      checked: true
     },
     {
       code: 'basinHh',
       name: '榛勬渤娴佸煙',
       sname: '榛勬渤娴佸煙',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鐮佸ご'
+      checked: true
     },
     {
       code: 'basinBh',
       name: '娓ゆ捣娴佸煙',
       sname: '娓ゆ捣娴佸煙',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�'
+      checked: true
     },
     {
       code: 'basinQt',
       name: '鍏朵粬',
       sname: '鍏朵粬',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�'
+      checked: true
     }
   ]
 }

--
Gitblit v1.8.0