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

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

diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js
index b16cf81..4788af3 100644
--- a/src/conf/layers/LayerArea.js
+++ b/src/conf/layers/LayerArea.js
@@ -1,7 +1,7 @@
 /**
  * 鍖哄煙
  */
-import { PIPELINE_WFS } from '../Constants'
+import { SERVICE_TYPE, PIPELINE_WFS } from '../Constants'
 const WFS_URL = PIPELINE_WFS
 export const LayerArea = {
   code: 'sewersArea',
@@ -30,8 +30,8 @@
       name: '瑁呯疆鍖�',
       sname: '瑁呯疆鍖�',
       checked: false, // 榛樿閫変腑鐘舵��
-      type: 0,
-      wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�'
+      type: SERVICE_TYPE.WMS,
+      typeName: 'sewer:unitareaboundary'
     }
   ]
 }

--
Gitblit v1.8.0