OpenLayers OpenLayers

Ticket #1052: disabledrag.patch

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

    old new  
    9191            var size = this.getMapObjectSizeFromOLSize(this.map.getSize()); 
    9292            this.mapObject = new YMap(this.div, this.type, size); 
    9393            this.mapObject.disableKeyControls(); 
     94            this.mapObject.disableDragMap(); 
    9495        } catch(e) {} 
    9596    }, 
    9697