Correcting docs for TMS tileOrigin.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@12039 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -31,7 +31,11 @@ OpenLayers.Layer.TMS = OpenLayers.Class(OpenLayers.Layer.Grid, {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* APIProperty: tileOrigin
|
* APIProperty: tileOrigin
|
||||||
* {<OpenLayers.Pixel>}
|
* {<OpenLayers.LonLat>} Optional origin for aligning the grid of tiles.
|
||||||
|
* If provided, requests for tiles at all resolutions will be aligned
|
||||||
|
* with this location (no tiles shall overlap this location). If
|
||||||
|
* not provided, the grid of tiles will be aligned with the map's
|
||||||
|
* <maxExtent>. Default is ``null``.
|
||||||
*/
|
*/
|
||||||
tileOrigin: null,
|
tileOrigin: null,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user