Module type for ol.source.XYZ

This commit is contained in:
Frederic Junod
2018-04-04 11:39:40 +02:00
parent bf40002af0
commit 911d0f12e3
4 changed files with 4 additions and 4 deletions

View File

@@ -36,7 +36,7 @@ import XYZ from '../source/XYZ.js';
* Layer source for the CartoDB Maps API.
*
* @constructor
* @extends {ol.source.XYZ}
* @extends {module:ol/source/XYZ~XYZ}
* @param {module:ol/source/CartoDB~Options=} options CartoDB options.
* @api
*/