Changeset 3569
- Timestamp:
- 07/03/07 14:29:12 (2 years ago)
- Files:
-
- sandbox/euzuro/untiled3/lib/OpenLayers/Tile.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/untiled3/lib/OpenLayers/Tile.js
r3545 r3569 145 145 * bounds - {<OpenLayers.Bounds>} 146 146 * position - {<OpenLayers.Pixel>} 147 * redraw - {Boolean} Call draw method on tile after moving? Default is true 147 * redraw - {Boolean} Call draw method on tile after moving? 148 * Default is true. 148 149 */ 149 150 moveTo: function (bounds, position, redraw) {
