From f6e2c7d08bb4f29f38a77b9f789c6d7a47d5bebe Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期五, 14 五月 2021 11:20:10 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

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

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

--
Gitblit v1.8.0