Export getZForResolution from ol.tilegrid.TileGrid
This commit is contained in:
committed by
Andreas Hocevar
parent
14cecb7163
commit
4b7cdffaf4
@@ -492,6 +492,7 @@ ol.tilegrid.TileGrid.prototype.getFullTileRange = function(z) {
|
|||||||
* If 1, the nearest lower resolution will be used. If -1, the nearest
|
* If 1, the nearest lower resolution will be used. If -1, the nearest
|
||||||
* higher resolution will be used. Default is 0.
|
* higher resolution will be used. Default is 0.
|
||||||
* @return {number} Z.
|
* @return {number} Z.
|
||||||
|
* @api
|
||||||
*/
|
*/
|
||||||
ol.tilegrid.TileGrid.prototype.getZForResolution = function(
|
ol.tilegrid.TileGrid.prototype.getZForResolution = function(
|
||||||
resolution, opt_direction) {
|
resolution, opt_direction) {
|
||||||
|
|||||||
Reference in New Issue
Block a user