[OpenLayers-Commits] r12132 - trunk/openlayers/lib/OpenLayers/Layer

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Wed Jun 29 19:30:25 EDT 2011


Author: tschaub
Date: 2011-06-29 16:30:24 -0700 (Wed, 29 Jun 2011)
New Revision: 12132

Modified:
   trunk/openlayers/lib/OpenLayers/Layer/TMS.js
Log:
Clarifying that it is the bottom-left corner of the map.maxExtent property that determines the tileOrigin if not explicitly provided.

Modified: trunk/openlayers/lib/OpenLayers/Layer/TMS.js
===================================================================
--- trunk/openlayers/lib/OpenLayers/Layer/TMS.js	2011-06-29 22:56:58 UTC (rev 12131)
+++ trunk/openlayers/lib/OpenLayers/Layer/TMS.js	2011-06-29 23:30:24 UTC (rev 12132)
@@ -66,8 +66,8 @@
      * {<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``.
+     *     not provided, the grid of tiles will be aligned with the bottom-left
+     *     corner of the map's <maxExtent>.  Default is ``null``.
      *
      * Example:
      * (code)



More information about the Commits mailing list