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

@@ -18,7 +18,7 @@ import ImageSource from '../source/Image.js';
* the value returned by the function is later changed then
* `dispatchChangeEvent` should be called on the source for the source to
* invalidate the current cached image.
* @property {ol.ProjectionLike} projection Projection.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {number} [ratio=1.5] Ratio. 1 means canvases are the size of the map viewport, 2 means twice the
* width and height of the map viewport, and so on. Must be `1` or higher.
* @property {Array.<number>} [resolutions] Resolutions.