Add 'version' property to ol.source.WMTSOptions

This commit is contained in:
Frederic Junod
2013-09-10 16:40:36 +02:00
parent 2e4ffb3591
commit 25aa1688e5

View File

@@ -588,7 +588,7 @@
* @typedef {Object} ol.source.WMTSOptions
* @property {Array.<ol.Attribution>|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.