dynmeth / RaphaelLayer

Raphael overlay for Leaflet maps
MIT License
80 stars 25 forks source link

Raphael event handlers lost on zoom #8

Open smcphill opened 11 years ago

smcphill commented 11 years ago

I'm using the R.GeoJSON object to create some paths, to which I attach some hover event handlers. The hover events are handled perfectly, until you change the zoom level, at which point it looks like the handlers have been lost.

example: http://jsfiddle.net/PnysZ/1/

dbhowell commented 11 years ago

I need to overhaul this. I'm not happy with the way I'm handling zoom at the moment!

peko commented 11 years ago

I'm agree, zooming looks very lagy.

jonmifsud commented 11 years ago

@dbhowell any updates on the zoom if there are maybe any plans to animate this? or ways you'd like to implement it maybe I find some time to work on it.