Module type for ol.source.TileImage

This commit is contained in:
Frederic Junod
2018-04-04 11:38:34 +02:00
parent 248c54c5e0
commit bf40002af0
9 changed files with 10 additions and 10 deletions

View File

@@ -100,7 +100,7 @@ import {appendParams} from '../uri.js';
* Layer source for tile data from WMTS servers.
*
* @constructor
* @extends {ol.source.TileImage}
* @extends {module:ol/source/TileImage~TileImage}
* @param {module:ol/source/WMTS~Options=} options WMTS options.
* @api
*/