From c56e506fd34c58209240e97fc29043639fae5d19 Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期四, 29 四月 2021 15:13:21 +0800 Subject: [PATCH] 统计表,指标,预报警表格弹框公共修改,管线分析功能 --- src/conf/layers/LayerSoilGroundWater.js | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/conf/layers/LayerSoilGroundWater.js b/src/conf/layers/LayerSoilGroundWater.js index b7d1e28..4177d22 100644 --- a/src/conf/layers/LayerSoilGroundWater.js +++ b/src/conf/layers/LayerSoilGroundWater.js @@ -7,12 +7,14 @@ code: 'sewersSoilGroundWater', name: '鍦熷¥鍙婂湴涓嬫按', checked: false, + type: 0, layers: [ { code: 'soil', name: '鍦熷¥', sname: '鍦熷¥', // 琛ㄥ悕 checked: false, // 榛樿閫変腑鐘舵�� + type: 0, url: WFS_URL + '?TYPENAME=鍏徃' }, { @@ -20,6 +22,7 @@ name: '鍦颁笅姘�', sname: '鍦颁笅姘�', checked: false, // 榛樿閫変腑鐘舵�� + type: 0, wfs: WFS_URL + '?TYPENAME=鐮佸ご' }, { @@ -27,6 +30,7 @@ name: '涓�绾ч闄╁湴鍧�', sname: '涓�绾ч闄╁湴鍧�', checked: false, // 榛樿閫変腑鐘舵�� + type: 0, wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�', color: 'red' }, @@ -35,6 +39,7 @@ name: '浜岀骇椋庨櫓鍦板潡', sname: '浜岀骇椋庨櫓鍦板潡', checked: false, // 榛樿閫変腑鐘舵�� + type: 0, wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�', color: 'yellow' }, @@ -43,6 +48,7 @@ name: '涓夌骇椋庨櫓鍦板潡', sname: '涓夌骇椋庨櫓鍦板潡', checked: false, // 榛樿閫変腑鐘舵�� + type: 0, wfs: WFS_URL + '?TYPENAME=瑁呯疆鍖�', color: 'green' } -- Gitblit v1.8.0