Make ol.tilegrid.TileGrid#getResolutions method exportable
This commit is contained in:
@@ -176,6 +176,7 @@ ol.tilegrid.TileGrid.prototype.getResolution = function(z) {
|
||||
|
||||
/**
|
||||
* @return {Array.<number>} Resolutions.
|
||||
* @todo api
|
||||
*/
|
||||
ol.tilegrid.TileGrid.prototype.getResolutions = function() {
|
||||
return this.resolutions_;
|
||||
|
||||
Reference in New Issue
Block a user