From c065531c87e7dc199c7fc4d35e4f6fbedf26167d Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 19 五月 2021 15:40:37 +0800 Subject: [PATCH] 定位、弹窗信息、排口查询BUG修复 --- src/conf/layers/LayerArea.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/conf/layers/LayerArea.js b/src/conf/layers/LayerArea.js index 4788af3..6bda76a 100644 --- a/src/conf/layers/LayerArea.js +++ b/src/conf/layers/LayerArea.js @@ -1,8 +1,6 @@ /** * 鍖哄煙 */ -import { SERVICE_TYPE, PIPELINE_WFS } from '../Constants' -const WFS_URL = PIPELINE_WFS export const LayerArea = { code: 'sewersArea', name: '鍖哄煙淇℃伅', @@ -15,7 +13,8 @@ sname: '鍏徃', // 琛ㄥ悕 checked: true, // 榛樿閫変腑鐘舵�� type: 0, - url: WFS_URL + '?TYPENAME=鍏徃' + icon: 'sewers/.png', + legendImage: '../.././assets/images/map/company_refining.png' }, { code: 'sewersAreaMt', @@ -23,14 +22,15 @@ sname: '鐮佸ご', checked: false, // 榛樿閫変腑鐘舵�� type: 0, - wfs: WFS_URL + '?TYPENAME=鐮佸ご' + icon: 'sewers/鐮佸ご.png', + legendImage: '../.././assets/images/map/sewers/鐮佸ご.png' }, { code: 'sewersAreaZz', name: '瑁呯疆鍖�', sname: '瑁呯疆鍖�', checked: false, // 榛樿閫変腑鐘舵�� - type: SERVICE_TYPE.WMS, + icon: 'sewers/.png', typeName: 'sewer:unitareaboundary' } ] -- Gitblit v1.8.0