Remove ol.TileGrid.getMaxResolution

This commit is contained in:
Tom Payne
2012-07-14 15:30:35 +02:00
parent 7107b8d105
commit a8138cfe17

View File

@@ -146,14 +146,6 @@ ol.TileGrid.prototype.getExtentTileBounds = function(z, extent) {
};
/**
* @return {number} Maximum resolution.
*/
ol.TileGrid.prototype.getMaxResolution = function() {
return this.getResolutions()[0];
};
/**
* @param {number} z Z.
* @return {goog.math.Coordinate} Origin.