From 49003d0eeae335ba72a89e9c1156237cdd02ebd8 Mon Sep 17 00:00:00 2001
From: 陈泽平 <chenzeping>
Date: 星期二, 18 五月 2021 15:42:44 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

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

diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js
index b16cf81..6315538 100644
--- a/src/conf/layers/LayerArea.js
+++ b/src/conf/layers/LayerArea.js
@@ -1,8 +1,6 @@
 /**
  * 鍖哄煙
  */
-import { PIPELINE_WFS } from '../Constants'
-const WFS_URL = PIPELINE_WFS
 export const LayerArea = {
   code: 'sewersArea',
   name: '鍖哄煙淇℃伅',
@@ -15,7 +13,8 @@
       sname: '鍏徃', // 琛ㄥ悕
       checked: true, // 榛樿閫変腑鐘舵��
       type: 0,
-      url: WFS_URL + '?TYPENAME=鍏徃'
+      icon: 'sewers/鍏徃.png',
+      legendImage: '../.././assets/images/map/company_refining.png'
     },
     {
       code: 'sewersAreaMt',
@@ -23,15 +22,16 @@
       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: 0,
-      wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�'
+      icon: 'sewers/.png',
+      typeName: 'sewer:unitareaboundary'
     }
   ]
 }

--
Gitblit v1.8.0