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

@@ -11,7 +11,7 @@ import ImageSource from '../source/Image.js';
* @property {ol.AttributionLike} [attributions] Attributions.
* @property {ol.CanvasFunctionType} [canvasFunction] Canvas function.
* The function returning the canvas element used by the source
* as an image. The arguments passed to the function are: `{ol.Extent}` the
* as an image. The arguments passed to the function are: `{module:ol/extent~Extent}` the
* image extent, `{number}` the image resolution, `{number}` the device pixel
* ratio, `{ol.Size}` the image size, and `{module:ol/proj/Projection~Projection}` the image
* projection. The canvas returned by this function is cached by the source. If