neveldo / jQuery-Mapael

jQuery plugin based on raphael.js that allows you to display dynamic vector maps
https://www.vincentbroute.fr/mapael/
MIT License
1.01k stars 195 forks source link

jquery-mousewheel event version 2.0.0 #287

Closed AugustinMortier closed 7 years ago

AugustinMortier commented 7 years ago

With the version 2.0.0, I cannot access anymore to the jquery-mousewheel events:

$('.mapcontainer').bind("mousewheel", function(e) { console.info('zoom event') }

This command was working on the 1.1.0 version.

neveldo commented 7 years ago

Hello @AugustinMortier , thanks for reporting this issue, I will check it asap !

neveldo commented 7 years ago

Hello @AugustinMortier , it should now be fixed since this commit : https://github.com/neveldo/jQuery-Mapael/commit/ff74f9b4961d3af1513c7d7f689b36ca60751dd9 . It will be available in the next version that will be released soon.