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

---
 src/components/LayerController/logic/SolidWaste.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/LayerController/logic/SolidWaste.js b/src/components/LayerController/logic/SolidWaste.js
index 04f0efc..3ea18d7 100644
--- a/src/components/LayerController/logic/SolidWaste.js
+++ b/src/components/LayerController/logic/SolidWaste.js
@@ -43,12 +43,12 @@
           iconAnchor: [25, 25]
         })
       })
-      marker.bindTooltip(getSolidWasteData[i].Name, {
+      /*  marker.bindTooltip(getSolidWasteData[i].Name, {
         permanent: true,
         offset: [0, 14],
         direction: 'bottom',
         className: 'company-bindTooltip'
-      })
+      }) */
       layer.addLayer(marker)
     }
   }

--
Gitblit v1.8.0