Mouse Events on Vector Overlays don't propagate to mapΒ #834
Closed
Description
opened on Jul 26, 2012
Hi,
I have some vector overlays on a Leaflet map and have had trouble getting mouse events to propagate to the map; I just want to drag the map when I'm over a vector layer.
I ended up commenting out the following line: https://github.com/CloudMade/Leaflet/blob/master/dist/leaflet-src.js#L3734, which fixed the problem. I'm just not sure if it's a reasonable solution (or the possible ramifications of commenting out this line). Have you seen this problem before? Does this seem like an acceptable solution?
Thank you!
Activity