From 1d08eb5752e19d22a5808660d813b6a935162a30 Mon Sep 17 00:00:00 2001 From: Lutz Helm Date: Mon, 13 May 2019 12:27:14 +0200 Subject: [PATCH] Give a hint on how to parse IIIF info.json --- src/ol/source/IIIF.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ol/source/IIIF.js b/src/ol/source/IIIF.js index 1518da994d..4152ed8bc8 100644 --- a/src/ol/source/IIIF.js +++ b/src/ol/source/IIIF.js @@ -57,7 +57,8 @@ function formatPercentage(percentage) { class IIIF extends TileImage { /** - * @param {Options} opt_options + * @param {Options} opt_options Tile source options. Use {@link import("../format/IIIFInfo.js").IIIFInfo} + * to parse Image API service information responses into constructor options. * @api */ constructor(opt_options) {