OpenLayers OpenLayers

Changeset 4793

Show
Ignore:
Timestamp:
10/03/07 16:11:50 (1 year ago)
Author:
crschmidt
Message:

Disable dragging on the Yahoo API, since we implement it ourselves. Recent
API changes have made working with the Yahoo! API more painful (more errors)
but have also made available a function to change that, which we now use.
(Pullup #1052)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/Yahoo.js

    r4223 r4793  
    9292            this.mapObject = new YMap(this.div, this.type, size); 
    9393            this.mapObject.disableKeyControls(); 
     94            this.mapObject.disableDragMap(); 
    9495        } catch(e) {} 
    9596    },