[OpenLayers-Commits] r4791 - sandbox/euzuro/zoomToResolution/lib/OpenLayers
commits at openlayers.org
commits at openlayers.org
Wed Oct 3 15:11:02 EDT 2007
Author: euzuro
Date: 2007-10-03 15:10:56 -0400 (Wed, 03 Oct 2007)
New Revision: 4791
Modified:
sandbox/euzuro/zoomToResolution/lib/OpenLayers/Layer.js
Log:
one last small nd change. no functional change here
Modified: sandbox/euzuro/zoomToResolution/lib/OpenLayers/Layer.js
===================================================================
--- sandbox/euzuro/zoomToResolution/lib/OpenLayers/Layer.js 2007-10-03 18:56:49 UTC (rev 4790)
+++ sandbox/euzuro/zoomToResolution/lib/OpenLayers/Layer.js 2007-10-03 19:10:56 UTC (rev 4791)
@@ -730,8 +730,8 @@
*
* Parameters:
* bounds - {<OpenLayers.Bounds>}
- * closest - {Boolean} Find the zoom level that corresponds to the absolute
- * closest for the given extent, which may result in a zoom that does
+ * closest - {Boolean} Find the zoom level that most closely fits the
+ * specified bounds. Note that this may result in a zoom that does
* not exactly contain the entire extent.
* Default is false.
*
More information about the Commits
mailing list