Module type for ol.Size

This commit is contained in:
Frederic Junod
2018-04-19 15:43:37 +02:00
parent 32713ff824
commit 8074848636
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ import ImageSource, {defaultImageLoadFunction} from '../source/Image.js';
* 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 {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
* @property {module:ol/size~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.
*/