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
*/

View File

@@ -46,7 +46,7 @@ export const ATTRIBUTION = '© ' +
* Layer source for the OpenStreetMap tile server.
*
* @constructor
* @extends {ol.source.XYZ}
* @extends {module:ol/source/XYZ~XYZ}
* @param {module:ol/source/OSM~Options=} [opt_options] Open Street Map options.
* @api
*/

View File

@@ -114,7 +114,7 @@ const ProviderConfig = {
* Layer source for the Stamen tile server.
*
* @constructor
* @extends {ol.source.XYZ}
* @extends {module:ol/source/XYZ~XYZ}
* @param {module:ol/source/Stamen~Options=} options Stamen options.
* @api
*/

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}