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