Changeset 4791
- Timestamp:
- 10/03/07 15:10:56 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/euzuro/zoomToResolution/lib/OpenLayers/Layer.js
r4790 r4791 731 731 * Parameters: 732 732 * bounds - {<OpenLayers.Bounds>} 733 * closest - {Boolean} Find the zoom level that corresponds to the absolute734 * closest for the given extent, whichmay result in a zoom that does733 * closest - {Boolean} Find the zoom level that most closely fits the 734 * specified bounds. Note that this may result in a zoom that does 735 735 * not exactly contain the entire extent. 736 736 * Default is false.
