From 4a80ef5544ff210d9e0aaa4cb1eaf3dba8c39645 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期四, 13 五月 2021 11:14:14 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/develop' into develop

---
 src/conf/layers/LayerWasteSolid.js |   25 +++++++++----------------
 1 files changed, 9 insertions(+), 16 deletions(-)

diff --git a/src/conf/layers/LayerWasteSolid.js b/src/conf/layers/LayerWasteSolid.js
index 1610672..e2b104f 100644
--- a/src/conf/layers/LayerWasteSolid.js
+++ b/src/conf/layers/LayerWasteSolid.js
@@ -4,25 +4,18 @@
  */
 
 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, // 榛樿閫変腑鐘舵��
-      url: 'http://www.baidu2.com',
-      minZoom: 10
+      code: 'wasteSolidCcd',
+      name: '璐瓨鐐�',
+      sname: '璐瓨鐐�',
+      checked: false,
+      type: 0,
+      url: 'http://www.baidu2.com'
     }
   ]
 }

--
Gitblit v1.8.0