Doc change to clarify the purpose of Layer.Grid.buffer.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4313 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -46,8 +46,8 @@ OpenLayers.Layer.Grid = OpenLayers.Class(OpenLayers.Layer.HTTPRequest, {
|
|||||||
/**
|
/**
|
||||||
* APIProperty: buffer
|
* APIProperty: buffer
|
||||||
* {Integer} Used only when in gridded mode, this specifies the number of
|
* {Integer} Used only when in gridded mode, this specifies the number of
|
||||||
* extra rows and colums of tiles which will surround the minimum
|
* extra rows and colums of tiles on each side which will
|
||||||
* grid tiles to cover the map.
|
* surround the minimum grid tiles to cover the map.
|
||||||
*/
|
*/
|
||||||
buffer: 2,
|
buffer: 2,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user