From dd9af28934e9b34f74a58cf3f92a472b898d738e Mon Sep 17 00:00:00 2001
From: seatonwan9 <seatonwan9@163.com>
Date: 星期五, 28 五月 2021 19:39:51 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/conf/layers/LayerArea.js |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js
index 7a33fbd..a6b0837 100644
--- a/src/conf/layers/LayerArea.js
+++ b/src/conf/layers/LayerArea.js
@@ -1,8 +1,8 @@
+import { SERVICE_TYPE } from '../Constants'
+
 /**
  * 鍖哄煙
  */
-import { SERVICE_TYPE, PIPELINE_WFS } from '../Constants'
-const WFS_URL = PIPELINE_WFS
 export const LayerArea = {
   code: 'sewersArea',
   name: '鍖哄煙淇℃伅',
@@ -14,8 +14,7 @@
       name: '鍏徃',
       sname: '鍏徃', // 琛ㄥ悕
       checked: true, // 榛樿閫変腑鐘舵��
-      type: 0,
-      url: WFS_URL + '?TYPENAME=鍏徃',
+      icon: 'sewers/.png',
       legendImage: '../.././assets/images/map/company_refining.png'
     },
     {
@@ -23,16 +22,17 @@
       name: '鐮佸ご',
       sname: '鐮佸ご',
       checked: false, // 榛樿閫変腑鐘舵��
-      type: 0,
-      wfs: WFS_URL + '?TYPENAME=鐮佸ご',
+      icon: 'sewers/鐮佸ご.png',
       legendImage: '../.././assets/images/map/sewers/鐮佸ご.png'
     },
     {
       code: 'sewersAreaZz',
       name: '瑁呯疆鍖�',
       sname: '瑁呯疆鍖�',
-      checked: false, // 榛樿閫変腑鐘舵��
       type: SERVICE_TYPE.WMS,
+      checked: false, // 榛樿閫変腑鐘舵��
+      icon: 'sewers/.png',
+      index: 1,
       typeName: 'sewer:unitareaboundary'
     }
   ]

--
Gitblit v1.8.0