From 593f6ccd3aec8045a26b4b330f2b034df05bfd9f Mon Sep 17 00:00:00 2001 From: seatonwan9 <seatonwan9@163.com> Date: 星期五, 28 五月 2021 09:27:55 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/layers/LayerWasteGas.js | 28 +++++++++++++++------------- 1 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/conf/layers/LayerWasteGas.js b/src/conf/layers/LayerWasteGas.js index c87de74..c1a9f46 100644 --- a/src/conf/layers/LayerWasteGas.js +++ b/src/conf/layers/LayerWasteGas.js @@ -5,39 +5,41 @@ export const LayerWasteGas = { code: 'wasteGas', name: '搴熸皵', - checked: true, + checked: false, + type: 0, layers: [ { - code: 'wasteGasQy', + code: 'wasteGasPfk', name: '鎺掓斁鍙�', sname: '鎺掓斁鍙�', // 琛ㄥ悕 - checked: true, // 榛樿閫変腑鐘舵�� - url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛 - minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀� + checked: false, + type: 0, + url: 'http://www.baidu.com' }, { code: 'wasteGasKrq', name: '鍙噧姘�', sname: '鍙噧姘�', - checked: true, // 榛樿閫変腑鐘舵�� - url: '', - minZoom: 10 + checked: false, + type: 0, + url: '' }, { code: 'wasteGasYhq', name: '鏈夊姘�', sname: '鏈夊姘�', - checked: true, // 榛樿閫変腑鐘舵�� - url: '', - minZoom: 10 + checked: false, + type: 0, + url: '' }, { code: 'wasteGasVocs', name: 'VOCs', sname: 'VOCs', - checked: true, // 榛樿閫変腑鐘舵�� + checked: false, + type: 0, url: '', - minZoom: 10 + legendImage: '../.././assets/images/map/solidwaste/voc.png' } ] } -- Gitblit v1.8.0