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 ImageSource, {defaultImageLoadFunction} from '../source/Image.js';
* @property {ol.Extent} [imageExtent] Extent of the image in map coordinates.
* This is the [left, bottom, right, top] map coordinates of your image.
* @property {ol.ImageLoadFunctionType} [imageLoadFunction] Optional function to load an image given a URL.
* @property {ol.ProjectionLike} projection Projection.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {ol.Size} [imageSize] Size of the image in pixels. Usually the image size is auto-detected, so this
* only needs to be set if auto-detection fails for some reason.
* @property {string} url Image URL.