From d59970ad8e5ae481e7d13f28741b1d1afdb7f1e2 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期五, 23 四月 2021 13:46:44 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- 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