From e6dafa5d01b224f077b4c4d8f318cc57db99cdae Mon Sep 17 00:00:00 2001 From: Bart van den Eijnden Date: Tue, 26 Mar 2013 13:13:35 +0100 Subject: [PATCH] add default value for ratio to the api docs --- lib/OpenLayers/Layer/Grid.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/OpenLayers/Layer/Grid.js b/lib/OpenLayers/Layer/Grid.js index 0b47935bd0..3d4181e881 100644 --- a/lib/OpenLayers/Layer/Grid.js +++ b/lib/OpenLayers/Layer/Grid.js @@ -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,