OpenLayers OpenLayers

Changeset 6807

Show
Ignore:
Timestamp:
04/07/08 11:45:06 (8 months ago)
Author:
tcoulter
Message:

Setting dragging back to true in Map.js as that does not fix the problem.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sandbox/topp/vespucci/lib/OpenLayers/Map.js

    r6806 r6807  
    14101410                        lonlat = new OpenLayers.LonLat(lonlat.lon, lonlat.lat); 
    14111411                        this.moveTo(lonlat, this.zoom, { 
    1412                             'dragging': false, 
     1412                            'dragging': true, 
    14131413                            'noEvent': true 
    14141414                        });