Fix format and version properties in ol/source/WMTS Options typedef

This commit is contained in:
Frederic Junod
2018-10-12 08:51:03 +02:00
parent c2c8cdab29
commit ad3f248825

View File

@@ -32,8 +32,8 @@ import {appendParams} from '../uri.js';
* For example, if the tile service advertizes 256px by 256px tiles but actually sends 512px
* by 512px images (for retina/hidpi devices) then `tilePixelRatio`
* should be set to `2`.
* @property {string} [version='image/jpeg'] Image format.
* @property {string} [format='1.0.0'] WMTS version.
* @property {string} [format='image/jpeg'] Image format.
* @property {string} [version='1.0.0'] WMTS version.
* @property {string} matrixSet Matrix set.
* @property {!Object} [dimensions] Additional "dimensions" for tile requests.
* This is an object with properties named like the advertised WMTS dimensions.