add default value for ratio to the api docs
This commit is contained in:
@@ -77,6 +77,7 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
/** APIProperty: ratio
|
/** APIProperty: ratio
|
||||||
* {Float} Used only when in single-tile mode, this specifies the
|
* {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.
|
* ratio of the size of the single tile to the size of the map.
|
||||||
|
* Default value is 1.5.
|
||||||
*/
|
*/
|
||||||
ratio: 1.5,
|
ratio: 1.5,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user