git-svn-id: http://svn.openlayers.org/trunk/openlayers@181 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-05-19 15:21:04 +00:00
parent 59fb5b050d
commit af81e44e9a

View File

@@ -13,16 +13,17 @@ OpenLayers.Tile.prototype = {
/** @type OpenLayers.Grid */
grid: null,
// str - url of the request
/** @type STring url of the request */
url:null,
// OpenLayers.Bounds
/** @type OpenLayers.Bounds */
bounds:null,
// OpenLayers.Size
/** @type OpenLayers.Size */
size:null,
// OpenLayers.Pixel Top Left pixel of the tile
/** Top Left pixel of the tile
* @type OpenLayers.Pixel */
position:null,
/**