From fd0ec4e75f496e4ed211bb6d61e997e03c0e46ed Mon Sep 17 00:00:00 2001
From: yangdelong <828900aaa>
Date: 星期三, 07 四月 2021 10:22:49 +0800
Subject: [PATCH] 修改地图样式里面的 size 值

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

diff --git a/src/components/LayerController/logic/SolidWaste.js b/src/components/LayerController/logic/SolidWaste.js
index 04f0efc..9344ecf 100644
--- a/src/components/LayerController/logic/SolidWaste.js
+++ b/src/components/LayerController/logic/SolidWaste.js
@@ -43,12 +43,6 @@
           iconAnchor: [25, 25]
         })
       })
-      marker.bindTooltip(getSolidWasteData[i].Name, {
-        permanent: true,
-        offset: [0, 14],
-        direction: 'bottom',
-        className: 'company-bindTooltip'
-      })
       layer.addLayer(marker)
     }
   }
@@ -94,7 +88,7 @@
     this.setPanTo(e.latlng, 200)
   }
 
-  // flayTo()
+  // flayTo() 寮规鐨勫彲婊戝姩浜嬩欢
   this.setPanTo = (pos, value) => {
     var position = pos
     position = window.map.latLngToLayerPoint(position)

--
Gitblit v1.8.0