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/LayerArea.js |   26 +++++++++++++-------------
 1 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js
index 4365756..f7afbe5 100644
--- a/src/conf/layers/LayerArea.js
+++ b/src/conf/layers/LayerArea.js
@@ -1,38 +1,38 @@
+import { SERVICE_TYPE } from '../Constants'
+
 /**
  * 鍖哄煙
  */
-const APP_GIS_HOST_2 = 'http://xearth.cn:8088'
-const WFS_URL = APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs'
 export const LayerArea = {
   code: 'sewersArea',
   name: '鍖哄煙淇℃伅',
-  checked: true,
+  checked: false,
+  type: 0,
   layers: [
     {
       code: 'sewersAreaGs',
       name: '鍏徃',
       sname: '鍏徃', // 琛ㄥ悕
       checked: true, // 榛樿閫変腑鐘舵��
-      url: WFS_URL + '?TYPENAME=鍏徃',
-      minZoom: 10, // 鍦ㄦ寚瀹氱骇鍒樉绀�
-      childLayer: 'fsss,hbss' // 鍏宠仈PointLayers
+      icon: 'sewers/.png',
+      legendImage: '../.././assets/images/map/company_refining.png'
     },
     {
       code: 'sewersAreaMt',
       name: '鐮佸ご',
       sname: '鐮佸ご',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鐮佸ご',
-      minZoom: 10,
-      childLayer: 'fsss,hbss' // 鍏宠仈PointLayers
+      checked: false, // 榛樿閫変腑鐘舵��
+      icon: 'sewers/鐮佸ご.png',
+      legendImage: '../.././assets/images/map/sewers/鐮佸ご.png'
     },
     {
       code: 'sewersAreaZz',
       name: '瑁呯疆鍖�',
       sname: '瑁呯疆鍖�',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�',
-      minZoom: 10
+      type: SERVICE_TYPE.WMS,
+      checked: false, // 榛樿閫変腑鐘舵��
+      icon: 'sewers/.png',
+      typeName: 'sewer:unitareaboundary'
     }
   ]
 }

--
Gitblit v1.8.0