Correct name in docs

This commit is contained in:
mike-000
2022-05-29 14:08:44 +01:00
committed by GitHub
parent bbfcf42daf
commit 0affb38890

View File

@@ -43,7 +43,7 @@ export {default as Zoomify} from './source/Zoomify.js';
* This function takes a {@link module:ol/tilecoord~TileCoord} as argument and is expected to return a
* {@link module:ol/source/Source~Source}. **Note**: The returned sources should have a tile grid with
* a limited set of resolutions, matching the resolution range of a single zoom level of the pyramid
* `tileGrid` that `createFromTileGrid` was called with.
* `tileGrid` that `sourcesFromTileGrid` was called with.
* @return {function(import("./extent.js").Extent, number): Array<import("./source/Source.js").default>} Sources function.
* @api
*/