Active
Project:
Google Maps location
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
7 Feb 2011 at 12:58 UTC
Updated:
5 Jul 2011 at 15:58 UTC
Hey there,
I've been using this nice module for quite a while and ever since I've been wondering why it not possible to zoom the map using the mouse wheel. I think many people are used to this way of navigating throug google maps. Can I somehow enable it?
Regards,
Daniel
Comments
Comment #1
daniel wentsch commentedUpdate: okay, just found out how to enable mouse wheel scrolling:
in gmaplocation.js I just added the required setting enableScrollWheelZoom() after line 16:
Any chance this will go into a next release?
Comment #2
daniel wentsch commentedFor anybody who also needs mouse wheel scrolling but doens't want to hack the module itself:
You can put that line into some custom JavaScript of your theme as well and achieve the same effect. This way updates won't interfere with your changes.