From dd1f49d08fd83a900c08eb87c78a6d56b3ee3a50 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期二, 11 五月 2021 10:36:23 +0800
Subject: [PATCH] 图层控制联动效果。

---
 src/conf/layers/LayerPollutionSources.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/conf/layers/LayerPollutionSources.js b/src/conf/layers/LayerPollutionSources.js
index 369016c..2aba1e0 100644
--- a/src/conf/layers/LayerPollutionSources.js
+++ b/src/conf/layers/LayerPollutionSources.js
@@ -6,12 +6,14 @@
   code: 'pollutionSources',
   name: '姹℃煋婧�',
   checked: false,
+  type: 0,
   layers: [
     {
       code: 'pollutionSourcesSczz',
       name: '鐢熶骇瑁呯疆',
       sname: '鐢熶骇瑁呯疆', // 琛ㄥ悕
       checked: false, // 榛樿閫変腑鐘舵��
+      type: 0,
       url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛
       minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀�
     },
@@ -20,6 +22,7 @@
       name: '娌荤悊璁炬柦',
       sname: '娌荤悊璁炬柦', // 琛ㄥ悕
       checked: false, // 榛樿閫変腑鐘舵��
+      type: 0,
       url: 'http://www.baidu.com', // 璇锋眰涓氬姟鏁版嵁鎺ュ彛
       minZoom: 10 // 鍦ㄦ寚瀹氱骇鍒樉绀�
     }]

--
Gitblit v1.8.0