Enable mouswheel for zoom in/out.
Logged In: YES user_id=435069 Originator: NO
Hi,
this is a small hack to the module to enable the mouse wheel for zooming.The file to modify is modules/map/templates/MapHeader.tpl:
*** MapHeader.tpl.dist --- MapHeader.tpl *************** *** 481,486 **** --- 481,487 ---- map.addOverlay(new GMarker(point)); {/if} map.savePosition(); + map.enableScrollWheelZoom(); if (DEBUGINFO) GLog.write('done!');
if (DEBUGINFO) GLog.write('Creating the tooltip div');
Best,
Luis
Fixed in SVN
Log in to post a comment.
Logged In: YES
user_id=435069
Originator: NO
Hi,
this is a small hack to the module to enable the mouse wheel for zooming.The file to modify is modules/map/templates/MapHeader.tpl:
*** MapHeader.tpl.dist
--- MapHeader.tpl
***************
*** 481,486 ****
--- 481,487 ----
map.addOverlay(new GMarker(point));
{/if}
map.savePosition();
+ map.enableScrollWheelZoom();
if (DEBUGINFO) GLog.write('done!');
if (DEBUGINFO) GLog.write('Creating the tooltip div');
Best,
Luis
Fixed in SVN