Menu

#60 Enable mouswheel for zoom in/out.

Functionality
open
nobody
5
2008-02-25
2008-02-25
jbtibor
No

Enable mouswheel for zoom in/out.

Discussion

  • Luis Gracia

    Luis Gracia - 2008-07-03

    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

     
  • Karl Newman

    Karl Newman - 2008-11-07

    Fixed in SVN

     

Log in to post a comment.