Updating docs for bbox ratio.

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8737 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Tim Schaub
2009-01-22 15:48:58 +00:00
parent 66ae243890
commit e20f0f8cb9

View File

@@ -24,9 +24,9 @@ OpenLayers.Strategy.BBOX = OpenLayers.Class(OpenLayers.Strategy, {
bounds: null,
/**
* Property: ratio
* APIProperty: ratio
* {Float} The ratio of the data bounds to the viewport bounds (in each
* dimension).
* dimension). Default is 2.
*/
ratio: 2,