From ea446a1a9cdaf333a062ea471a3bde02b6eda655 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期二, 13 四月 2021 14:08:39 +0800
Subject: [PATCH] 根据不同级别显示隐藏图层

---
 src/conf/layers/LayerSewers.js |  107 ++---------------------------------------------------
 1 files changed, 5 insertions(+), 102 deletions(-)

diff --git a/src/conf/layers/LayerSewers.js b/src/conf/layers/LayerSewers.js
index 433b67d..c382c2d 100644
--- a/src/conf/layers/LayerSewers.js
+++ b/src/conf/layers/LayerSewers.js
@@ -1,106 +1,9 @@
-const APP_GIS_HOST_2 = 'http://xearth.cn:8088'
-const WFS_URL = APP_GIS_HOST_2 + '/server/ogcserver/PipeLine/wfs'
-// const APP_GIS_HOST_2 = 'http://localhost:3000'
-// const APP_GIS_HOST_2 = 'http://192.168.31.226:8088'
-export const LayerSewersLine = {
-  code: 'pipeline',
-  name: '绠$綉鏁版嵁',
-  type: 'geojson',
-  checked: true,
-  layers: [
-    {
-      code: 'rainline',
-      name: '闆ㄦ按绾�',
-      sname: '绠$綉', // 琛ㄥ悕
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=绠$綉',
-      minZoom: 10, // 鍦ㄦ寚瀹氱骇鍒樉绀�
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'oilline',
-      name: '鍚补姹℃按绾�',
-      sname: '鍚补姹℃按',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鍚补姹℃按',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'saltline',
-      name: '鍚洂姹℃按绾�',
-      sname: '鍚洂姹℃按',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鍚洂姹℃按',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'alkaliline',
-      name: '鍚⒈姹℃按绾�',
-      sname: '鍚⒈姹℃按',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鍚⒈姹℃按',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'outlet',
-      name: '鎺掑彛',
-      sname: '鎺掑彛',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鎺掑彛',
-      minZoom: 10,
-      childLayer: 'pk' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'accidentline',
-      name: '浜嬫晠姘寸嚎',
-      sname: '浜嬫晠姘�',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=浜嬫晠姘�',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'loopline',
-      name: '寰幆姘寸嚎',
-      sname: '寰幆姘�',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=寰幆姘�',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'purifyline',
-      name: '鍑�鍖栨按绾�',
-      sname: '鍑�鍖栨按',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鍑�鍖栨按',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'lifeline',
-      name: '鐢熸椿姹℃按',
-      sname: '鐢熸椿姹℃按',
-      checked: true, // 榛樿閫変腑鐘舵��
-      wfs: WFS_URL + '?TYPENAME=鐢熸椿姹℃按',
-      minZoom: 10,
-      childLayer: 'sewersFsss,sewersHbss' // 鍏宠仈PointLayers
-    },
-    {
-      code: 'areainfo',
-      name: '鍖哄煙淇℃伅',
-      sname: '鍖哄煙淇℃伅',
-      checked: true, // 榛樿閫変腑鐘舵��
-      filter: {},
-      minZoom: 10,
-      childLayer: 'qyxx' // 鍏宠仈PointLayers
-    }
-  ]
-}
+/**
+ * todo 鍑嗗鍒犻櫎姝ゆ枃浠讹紒锛侊紒锛�
+ * @type {string}
+ */
 
+const APP_GIS_HOST_2 = 'http://xearth.cn:8088'
 export const LayerSewersPoint = [
   {
     code: 'sewersFsss',

--
Gitblit v1.8.0