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:
Tim Schaub
2011-06-03 21:46:44 +00:00
parent e7d18b972b
commit 7df5e92355

View File

@@ -31,7 +31,11 @@ OpenLayers.Layer.TMS = OpenLayers.Class(OpenLayers.Layer.Grid, {
/**
* 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,