I'm having trouble disabling the scroll wheel. Here's how I create my
map:

      var map_options = {
        zoom: 1,
        center: new google.maps.LatLng(0,0),
        mapTypeId: google.maps.MapTypeId.ROADMAP,
        scrollWheel: false
      };

      map = new google.maps.Map($('#map_canvas')[0], map_options);

But I can still zoom with the scroll wheel. I would point you to the
page, but you need to have my Firefox extension installed for it to
work and its not released yet.

Any ideas?

Thanks
--Jon

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps JavaScript API v3" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-js-api-v3?hl=en.

Reply via email to