Add getTileUrlFunction in ol.source.TileImage

This commit is contained in:
oterral
2014-04-24 15:33:03 +02:00
parent c4c05bd205
commit c4f7ebb571

View File

@@ -119,6 +119,15 @@ ol.source.TileImage.prototype.getTile =
};
/**
* @return {ol.TileUrlFunctionType} TileUrlFunction
* @todo stability experimental
*/
ol.source.TileImage.prototype.getTileUrlFunction = function() {
return this.tileUrlFunction;
};
/**
* @param {ol.TileUrlFunctionType} tileUrlFunction Tile URL function.
*/