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

@@ -16,7 +16,7 @@ import {appendParams} from '../uri.js';
* Services are supported.
*
* For cached ArcGIS services, better performance is available using the
* {@link ol.source.XYZ} data source.
* {@link module:ol/source/XYZ~XYZ} data source.
*
* @constructor
* @extends {module:ol/source/TileImage~TileImage}