Sort functions alphabetically

This commit is contained in:
Tom Payne
2012-07-08 12:44:47 +02:00
committed by Tom Payne
parent 40acb70a3c
commit 5494c36748
2 changed files with 49 additions and 49 deletions

View File

@@ -175,14 +175,14 @@ TileGrid
ySouth boolean
origin(s) Coord|Array.<Coord>
tileSize goog.math.Size
forEachTileCoordChild(tileCoord, function(z, TileBounds))
forEachTileCoordParent(tileCoord, function(z, TileBounds))
getExtentTileBounds(z, extent) -> TileBounds
getTileCoordCenter(tileCoord) -> goog.math.Coordinate
getTileCoord(coordinate) -> TileCoord
getTileCoordCenter(tileCoord) -> goog.math.Coordinate
getTileCoordExtent(tileCoord) -> ol.Extent
getTileCoordResolution(tileCoord) -> number
getZForResolution(resolution) -> number
forEachTileCoordChild(tileCoord, function(z, TileBounds))
forEachTileCoordParent(tileCoord, function(z, TileBounds))
TileLayer
tileGrid TileGrid