Leaflet / Leaflet.VectorGrid

Display gridded vector data (sliced GeoJSON or protobuf vector tiles) in Leaflet 1.0.0
601 stars 194 forks source link

Mouse events firing at odd times #198

Open evsheffield opened 5 years ago

evsheffield commented 5 years ago

I am noticing some strange behavior about mouseover and mouseout events that seems to be linked to the way a VectorGrid is styled.

For a demonstration, I have created a simple CodePen based on the GeoJSON demo linked in your README. It is using Leaflet 1.4.0 and the latest version of Leaflet.VectorGrid. I have registered event handlers for mouseover and mouseout that log messages to the console so you can observe the behavior.

https://codepen.io/evsheffield/pen/gEwWga?editors=1010