From 64e67ae3510865cedcf803c57707ee024a56a694 Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Fri, 3 May 2019 16:59:00 +0200 Subject: [PATCH] Correct IIIF tile source doc --- src/ol/source/IIIF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ol/source/IIIF.js b/src/ol/source/IIIF.js index 9fd7d355af..e165db78bb 100644 --- a/src/ol/source/IIIF.js +++ b/src/ol/source/IIIF.js @@ -23,7 +23,7 @@ import TileImage from './TileImage.js'; * for version 1, 'default' for versions 2 and 3. * @property {number} [reprojectionErrorThreshold=0.5] Maximum allowed reprojection error (in pixels). * Higher values can increase reprojection performance, but decrease precision. - * @property {import("../size.js").Size} [size] Size of the image [width, height]. + * @property {import("../size.js").Size} size Size of the image [width, height]. * @property {import("../size.js").Size[]} [sizes] Supported scaled image sizes. * Content of the IIIF info.json 'sizes' property, but as array of Size objects. * @property {import("./State.js").default} [state] Source state.