Changeset 1723
- Timestamp:
- 10/24/06 21:09:23 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/imageLayer/lib/OpenLayers/Layer/Image.js
r1721 r1723 53 53 this.extent = extent; 54 54 this.size = size; 55 OpenLayers.Layer.prototype.initialize.apply(this, [name, options]); 56 55 57 this.aspectRatio = (this.extent.getHeight() / this.size.h) / 56 58 (this.extent.getWidth() / this.size.w); 57 OpenLayers.Layer.prototype.initialize.apply(this, [name, options]);58 59 59 60 // unless explicitly set in options, the layer will be a base layer
