Module type for ol.source.Tile

This commit is contained in:
Frederic Junod
2018-04-20 14:37:46 +02:00
parent 327bda680d
commit 05f92c0333
8 changed files with 13 additions and 13 deletions

View File

@@ -271,7 +271,7 @@ CustomTile.prototype.load = function() {
* Layer source for UTFGrid interaction data loaded from TileJSON format.
*
* @constructor
* @extends {ol.source.Tile}
* @extends {module:ol/source/Tile~TileSource}
* @param {module:ol/source/TileUTFGrid~Options=} options Source options.
* @api
*/