Module type for ol.source.XYZ
This commit is contained in:
@@ -36,7 +36,7 @@ import XYZ from '../source/XYZ.js';
|
|||||||
* Layer source for the CartoDB Maps API.
|
* Layer source for the CartoDB Maps API.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.XYZ}
|
* @extends {module:ol/source/XYZ~XYZ}
|
||||||
* @param {module:ol/source/CartoDB~Options=} options CartoDB options.
|
* @param {module:ol/source/CartoDB~Options=} options CartoDB options.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ export const ATTRIBUTION = '© ' +
|
|||||||
* Layer source for the OpenStreetMap tile server.
|
* Layer source for the OpenStreetMap tile server.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.XYZ}
|
* @extends {module:ol/source/XYZ~XYZ}
|
||||||
* @param {module:ol/source/OSM~Options=} [opt_options] Open Street Map options.
|
* @param {module:ol/source/OSM~Options=} [opt_options] Open Street Map options.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -114,7 +114,7 @@ const ProviderConfig = {
|
|||||||
* Layer source for the Stamen tile server.
|
* Layer source for the Stamen tile server.
|
||||||
*
|
*
|
||||||
* @constructor
|
* @constructor
|
||||||
* @extends {ol.source.XYZ}
|
* @extends {module:ol/source/XYZ~XYZ}
|
||||||
* @param {module:ol/source/Stamen~Options=} options Stamen options.
|
* @param {module:ol/source/Stamen~Options=} options Stamen options.
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ import {appendParams} from '../uri.js';
|
|||||||
* Services are supported.
|
* Services are supported.
|
||||||
*
|
*
|
||||||
* For cached ArcGIS services, better performance is available using the
|
* 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
|
* @constructor
|
||||||
* @extends {module:ol/source/TileImage~TileImage}
|
* @extends {module:ol/source/TileImage~TileImage}
|
||||||
|
|||||||
Reference in New Issue
Block a user