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/LayerSoilGroundWater.js | 10 ++-------- 1 files changed, 2 insertions(+), 8 deletions(-) diff --git a/src/conf/layers/LayerSoilGroundWater.js b/src/conf/layers/LayerSoilGroundWater.js index 4177d22..41db7d3 100644 --- a/src/conf/layers/LayerSoilGroundWater.js +++ b/src/conf/layers/LayerSoilGroundWater.js @@ -1,8 +1,6 @@ /** * 鍦熷¥鍙婂湴涓嬫按 */ -import { PIPELINE_WFS } from '../Constants' -const WFS_URL = PIPELINE_WFS export const LayerSoilGroundWater = { code: 'sewersSoilGroundWater', name: '鍦熷¥鍙婂湴涓嬫按', @@ -15,15 +13,14 @@ sname: '鍦熷¥', // 琛ㄥ悕 checked: false, // 榛樿閫変腑鐘舵�� type: 0, - url: WFS_URL + '?TYPENAME=鍏徃' + legendImage: '../.././assets/images/map-pages/xljt1.png' }, { code: 'groundWater', name: '鍦颁笅姘�', sname: '鍦颁笅姘�', checked: false, // 榛樿閫変腑鐘舵�� - type: 0, - wfs: WFS_URL + '?TYPENAME=鐮佸ご' + type: 0 }, { code: 'firstRiskBlock', @@ -31,7 +28,6 @@ sname: '涓�绾ч闄╁湴鍧�', checked: false, // 榛樿閫変腑鐘舵�� type: 0, - wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�', color: 'red' }, { @@ -40,7 +36,6 @@ sname: '浜岀骇椋庨櫓鍦板潡', checked: false, // 榛樿閫変腑鐘舵�� type: 0, - wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�', color: 'yellow' }, { @@ -49,7 +44,6 @@ sname: '涓夌骇椋庨櫓鍦板潡', checked: false, // 榛樿閫変腑鐘舵�� type: 0, - wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�', color: 'green' } ] -- Gitblit v1.8.0