Clarify format option for ol/source/WMTS

This commit is contained in:
Roman Zoller
2018-10-15 13:29:19 +02:00
parent 6e7558e954
commit 43b9f70077

View File

@@ -32,7 +32,7 @@ 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} [format='image/jpeg'] Image format.
* @property {string} [format='image/jpeg'] Image format. Only used when `requestEncoding` is `'KVP'`.
* @property {string} [version='1.0.0'] WMTS version.
* @property {string} matrixSet Matrix set.
* @property {!Object} [dimensions] Additional "dimensions" for tile requests.