Replace ol.ProjectionLike by module:ol/proj~ProjectionLike in ol/source

This commit is contained in:
Florent gravin
2018-04-04 10:35:51 +02:00
parent a85faeef0f
commit 0f1cef96fb
13 changed files with 13 additions and 13 deletions

View File

@@ -21,7 +21,7 @@ import {appendParams} from '../uri.js';
* access pixel data with the Canvas renderer. See
* {@link https://developer.mozilla.org/en-US/docs/Web/HTML/CORS_enabled_image} for more detail.
* @property {ol.tilegrid.WMTS} tileGrid Tile grid.
* @property {ol.ProjectionLike} projection Projection.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {boolean} [reprojectionErrorThreshold=0.5] Maximum allowed reprojection error (in pixels).
* Higher values can increase reprojection performance, but decrease precision.
* @property {ol.source.WMTSRequestEncoding|string} [requestEncoding='KVP'] Request encoding.