OpenLayers OpenLayers

Changeset 4089

Show
Ignore:
Timestamp:
08/28/07 19:30:23 (1 year ago)
Author:
tschaub
Message:

Correcting the ndoc typo I made in r4088. Now layer.getTilesBounds and layer.getTileBounds are properly documented (see #482).

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/openlayers/lib/OpenLayers/Layer/Grid.js

    r4088 r4089  
    230230 
    231231    /** 
    232      * APIMethod: getTileBounds 
    233      * Returns The tile bounds for a layer given a pixel location. 
    234      * 
    235      * Parameters: 
    236      * viewPortPx - {<OpenLayers.Pixel>} The location in the viewport. 
     232     * APIMethod: getTilesBounds 
     233     * Return the bounds of the tile grid. 
    237234     * 
    238235     * Returns: 
     
    679676    /** 
    680677     * APIMethod: getTileBounds 
    681      * Returns The tile bounds for a layer given a pixel location 
    682      * 
    683      * Parameters:  
    684      * viewPortPx - {OpenLayers.Pixel} The location in the viewport 
     678     * Returns The tile bounds for a layer given a pixel location. 
     679     * 
     680     * Parameters: 
     681     * viewPortPx - {<OpenLayers.Pixel>} The location in the viewport. 
     682     * 
     683     * Returns: 
     684     * {<OpenLayers.Bounds>} Bounds of the tile at the given pixel location. 
    685685     */ 
    686686    getTileBounds: function(viewPortPx) {