From 12154d98b467614939e45b5adbcd549f0607d49b Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Fri, 29 Mar 2019 13:16:11 +0100 Subject: [PATCH] Improve IIIF tile source documentation --- src/ol/source/IIIF.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ol/source/IIIF.js b/src/ol/source/IIIF.js index 1dfa88dd31..9fd7d355af 100644 --- a/src/ol/source/IIIF.js +++ b/src/ol/source/IIIF.js @@ -33,11 +33,11 @@ import TileImage from './TileImage.js'; * @property {number|import("../size.js").Size} [tileSize] Tile size. * Same tile size is used for all zoom levels. If tile size is a number, * a square tile is assumed. If the IIIF image service supports arbitrary - * tiling (sizeByH, sizeByW or sizeByPct as well as regionByPx and regionByPct + * tiling (sizeByH, sizeByW, sizeByWh or sizeByPct as well as regionByPx or regionByPct * are supported), the default tilesize is 256. * @property {number} [transition] * @property {string} [url] Base URL of the IIIF Image service. - * This shoulf be the same as the IIIF Image @id. + * This should be the same as the IIIF Image @id. * @property {Versions} [version=Versions.VERSION2] Service's IIIF Image API version. * @property {number} [zDirection] Indicate which resolution should be used * by a renderer if the views resolution does not match any resolution of the tile source.