Changeset 3277
- Timestamp:
- 06/07/07 09:54:07 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/wraptheworld/lib/OpenLayers/Layer/WMS.js
r3273 r3277 105 105 * bounds by a gutter. 106 106 */ 107 ad ustBounds: function(bounds) {107 adjustBounds: function(bounds) { 108 108 if(this.gutter) { 109 109 bounds = this.adjustBoundsByGutter(bounds);
