Changeset 3305
- Timestamp:
- 06/08/07 16:53:51 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/crschmidt/wraptheworld/lib/OpenLayers/Layer.js
r3304 r3305 173 173 } 174 174 175 if (this.wrapDateLine) this.displayOutsideMaxExtent = true; 175 if (this.wrapDateLine) { 176 this.displayOutsideMaxExtent = true; 177 } 176 178 }, 177 179
