Ticket #531: moveControl.patch
| File moveControl.patch, 458 bytes (added by euzuro, 2 years ago) |
|---|
-
lib/OpenLayers/Control.js
old new 79 79 moveTo: function (px) { 80 80 if ((px != null) && (this.div != null)) { 81 81 this.div.style.left = px.x + "px"; 82 this.div.style.top = px. x+ "px";82 this.div.style.top = px.y + "px"; 83 83 } 84 84 }, 85 85
