From ffbb3a942abdbe26919a149e061a1231d9f48928 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 29 Jun 2011 23:30:24 +0000 Subject: [PATCH] Clarifying that it is the bottom-left corner of the map.maxExtent property that determines the tileOrigin if not explicitly provided. git-svn-id: http://svn.openlayers.org/trunk/openlayers@12132 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf --- lib/OpenLayers/Layer/TMS.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/OpenLayers/Layer/TMS.js b/lib/OpenLayers/Layer/TMS.js index a28490f563..930a80ad12 100644 --- a/lib/OpenLayers/Layer/TMS.js +++ b/lib/OpenLayers/Layer/TMS.js @@ -66,8 +66,8 @@ OpenLayers.Layer.TMS = OpenLayers.Class(OpenLayers.Layer.Grid, { * {} 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``. + * not provided, the grid of tiles will be aligned with the bottom-left + * corner of the map's . Default is ``null``. * * Example: * (code)