From 300e019d85ab8d8a671a6b7773997e40fff56d58 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 31 三月 2021 16:21:24 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/conf/layers/LayerWasteWater.js | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/conf/layers/LayerWasteWater.js b/src/conf/layers/LayerWasteWater.js index 3f1ff32..c7d6a65 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,7 +16,7 @@ minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀� }, { - code: 'fsjcd', + code: 'wasteWaterJcd', name: '鐩戞祴鐐�', sname: '鐩戞祴鐐�', checked: true, // 榛樿閫変腑鐘舵�� @@ -25,7 +25,7 @@ childLayer: 'fsss,hbss' // 鍏宠仈PointLayers }, { - code: 'fspfk', + code: 'wasteWaterfk', name: '鎺掓斁鍙�', sname: '鎺掓斁鍙�', checked: true, // 榛樿閫変腑鐘舵�� -- Gitblit v1.8.0