Module type for ol.Extent

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

View File

@@ -18,7 +18,7 @@ import ImageSource, {defaultImageLoadFunction} from '../source/Image.js';
* you must provide a `crossOrigin` value if you are using the WebGL renderer or if you want to
* 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.Extent} [imageExtent] Extent of the image in map coordinates.
* @property {module:ol/extent~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 {module:ol/proj~ProjectionLike} projection Projection.