OpenLayers OpenLayers

Ticket #676: yahoo.patch

File yahoo.patch, 434 bytes (added by crschmidt, 1 year ago)
  • lib/OpenLayers/Layer/Yahoo.js

    old new  
    4646    loadMapObject:function() { 
    4747        try { //do not crash!  
    4848            this.mapObject = new YMap(this.div, this.type); 
     49            this.mapObject.disableKeyControls(); 
    4950        } catch(e) {} 
    5051    }, 
    5152