From 25aa1688e5c56171e4865aaf989b8efe697362ae Mon Sep 17 00:00:00 2001 From: Frederic Junod Date: Tue, 10 Sep 2013 16:40:36 +0200 Subject: [PATCH] Add 'version' property to ol.source.WMTSOptions --- src/objectliterals.jsdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/objectliterals.jsdoc b/src/objectliterals.jsdoc index afcbbf84d4..38d854434e 100644 --- a/src/objectliterals.jsdoc +++ b/src/objectliterals.jsdoc @@ -588,7 +588,7 @@ * @typedef {Object} ol.source.WMTSOptions * @property {Array.|undefined} attributions Attributions. * @property {string|null|undefined} crossOrigin crossOrigin setting for image - * requeests. + * requests. * @property {ol.Extent|undefined} extent Extent. * @property {ol.tilegrid.WMTS} tileGrid Tile grid. * @property {ol.ProjectionLike} projection Projection. @@ -596,6 +596,7 @@ * encoding. * @property {string} layer Layer. * @property {string} style Style. + * @property {string|undefined} version WMTS version. Default to '1.0.0'. * @property {string|undefined} format Format. * @property {string} matrixSet Matrix set. * @property {Object|undefined} dimensions Dimensions.