ewoken / Leaflet.MovingMarker

A Leaflet plug-in to create moving marker
MIT License
342 stars 177 forks source link

Leaflet 0.8-dev incompatibility #1

Closed MH6 closed 9 years ago

MH6 commented 9 years ago

This plugin does not seem to work with Leaflet 0.8. Are there any plans to update it?

I'd imagine it'd be very easy to port to 0.8 but my javascript skills are not that good.

Thanks

Edit: Problem was using L.Marker.MovingMarker over L.Marker.movingMarker with no "new" statement. I think, anyway. Javascript is dumb.