Changeset 4089
- Timestamp:
- 08/28/07 19:30:23 (1 year ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Layer/Grid.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Layer/Grid.js
r4088 r4089 230 230 231 231 /** 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. 237 234 * 238 235 * Returns: … … 679 676 /** 680 677 * 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. 685 685 */ 686 686 getTileBounds: function(viewPortPx) {
