From 3cc3e812218257698771b5e33df8beeb19cdda8d Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 07 四月 2021 17:15:33 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/layers/LayerWasteWater.js | 14 ++++++-------- 1 files changed, 6 insertions(+), 8 deletions(-) diff --git a/src/conf/layers/LayerWasteWater.js b/src/conf/layers/LayerWasteWater.js index 3f1ff32..013da1a 100644 --- a/src/conf/layers/LayerWasteWater.js +++ b/src/conf/layers/LayerWasteWater.js @@ -3,12 +3,12 @@ * @type {string} */ export const LayerWasteWater = { - code: 'pipeline', + code: 'wasteWater', name: '搴熸按', checked: true, layers: [ { - code: 'fsqy', + code: 'wasteWaterqy', name: '浼佷笟', sname: '浼佷笟', // 琛ㄥ悕 checked: true, // 榛樿閫変腑鐘舵�� @@ -16,22 +16,20 @@ minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀� }, { - code: 'fsjcd', + code: 'wasteWaterJcd', name: '鐩戞祴鐐�', sname: '鐩戞祴鐐�', checked: true, // 榛樿閫変腑鐘舵�� url: 'http://www.baidu2.com', - minZoom: 10, - childLayer: 'fsss,hbss' // 鍏宠仈PointLayers + minZoom: 10 }, { - code: 'fspfk', + code: 'wasteWaterfk', name: '鎺掓斁鍙�', sname: '鎺掓斁鍙�', checked: true, // 榛樿閫変腑鐘舵�� url: '', - minZoom: 10, - childLayer: 'fsss,hbss' // 鍏宠仈PointLayers + minZoom: 10 } ] } -- Gitblit v1.8.0