Ignore:
Timestamp:
May 16, 2011, 12:45:26 PM (14 years ago)
Author:
dennisw
Message:

Better mousebounds with nodelist. Some delay with mouseposition though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/django_gheat/website/static/heatmap.js

    r9197 r9201  
    1919        });
    2020
    21         map.events.register('click', map, GetMousePos);
     21        map.events.register('mouseover', map, GetMousePos);
    2222        function GetMousePos(pos) {
    2323                var pix = map.getLonLatFromPixel(new OpenLayers.Pixel(pos.xy.x,pos.xy.y));
Note: See TracChangeset for help on using the changeset viewer.