Ticket #1052: disabledrag.patch
| File disabledrag.patch, 495 bytes (added by crschmidt, 1 year ago) |
|---|
-
lib/OpenLayers/Layer/Yahoo.js
old new 91 91 var size = this.getMapObjectSizeFromOLSize(this.map.getSize()); 92 92 this.mapObject = new YMap(this.div, this.type, size); 93 93 this.mapObject.disableKeyControls(); 94 this.mapObject.disableDragMap(); 94 95 } catch(e) {} 95 96 }, 96 97
