egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

disable scrollwheel zoom ? #147

Closed Sashkan closed 8 years ago

Sashkan commented 9 years ago

Hi ! I looked into the doc, I saw an option to disable double click zoom, but is it possible to disable the scrollwheel zoom ?

egeloen commented 8 years ago

It seems that you can use:

$map->setMapOption('scrollwheel', false);