Merge pull request #1006 from fredj/WMTSOptions

Add missing 'version' property to ol.source.WMTSOptions
This commit is contained in:
Frédéric Junod
2013-09-10 08:16:02 -07:00
+2 -1
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.