add default value for ratio to the api docs

This commit is contained in:
Bart van den Eijnden
2013-03-26 13:13:35 +01:00
parent 63ea10a916
commit e6dafa5d01

View File

@@ -77,6 +77,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
/** APIProperty: ratio
* {Float} Used only when in single-tile mode, this specifies the
* ratio of the size of the single tile to the size of the map.
* Default value is 1.5.
*/
ratio: 1.5,