From 7df5e92355fd71ecd2adc3b5a8e06ad45151764a Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Fri, 3 Jun 2011 21:46:44 +0000 Subject: [PATCH] Correcting docs for TMS tileOrigin. git-svn-id: http://svn.openlayers.org/trunk/openlayers@12039 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/TMS.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/OpenLayers/Layer/TMS.js b/lib/OpenLayers/Layer/TMS.js index 1291b4dd2a..7b990e5f0c 100644 --- a/lib/OpenLayers/Layer/TMS.js +++ b/lib/OpenLayers/Layer/TMS.js @@ -31,7 +31,11 @@ OpenLayers.Layer.TMS = OpenLayers.Class(OpenLayers.Layer.Grid, { /** * APIProperty: tileOrigin - * {} + * {} 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 + * . Default is ``null``. */ tileOrigin: null,