From 98826e051486d61b8032c2da3a6d3ca733ef69a3 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期五, 21 五月 2021 17:14:16 +0800 Subject: [PATCH] 管线查询条件BUG、附属设施在线下面的bug --- src/conf/layers/LayerWasteSolid.js | 24 +++++++++--------------- 1 files changed, 9 insertions(+), 15 deletions(-) diff --git a/src/conf/layers/LayerWasteSolid.js b/src/conf/layers/LayerWasteSolid.js index 1610672..7368c4f 100644 --- a/src/conf/layers/LayerWasteSolid.js +++ b/src/conf/layers/LayerWasteSolid.js @@ -4,25 +4,19 @@ */ export const LayerWasteSolid = { - code: 'solidWaste', + code: 'wasteSolid', name: '鍥哄簾', - checked: true, + checked: false, + type: 0, layers: [ { - code: 'solidWasteQy', - name: '浼佷笟', - sname: '浼佷笟', // 琛ㄥ悕 - checked: true, // 榛樿閫変腑鐘舵�� - url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛 - minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀� - }, - { - code: 'solidWasteJcd', - name: '鐩戞祴鐐�', - sname: '鐩戞祴鐐�', - checked: true, // 榛樿閫変腑鐘舵�� + code: 'wasteSolidCcd', + name: '璐瓨鐐�', + sname: '璐瓨鐐�', + checked: false, + type: 0, url: 'http://www.baidu2.com', - minZoom: 10 + legendImage: '../.././assets/images/map/solidwaste/gf_green.png' } ] } -- Gitblit v1.8.0