Merge pull request #4626 from simonseyock/master
Fixed documentation error
This commit is contained in:
+2
-2
@@ -4404,7 +4404,7 @@ olx.source.ImageMapGuideOptions.prototype.resolutions;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional function to load an image given a URL.
|
* Optional function to load an image given a URL.
|
||||||
* @type {ol.TileLoadFunctionType|undefined}
|
* @type {ol.ImageLoadFunctionType|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.ImageMapGuideOptions.prototype.imageLoadFunction;
|
olx.source.ImageMapGuideOptions.prototype.imageLoadFunction;
|
||||||
@@ -5012,7 +5012,7 @@ olx.source.ImageStaticOptions.prototype.imageExtent;
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional function to load an image given a URL.
|
* Optional function to load an image given a URL.
|
||||||
* @type {ol.TileLoadFunctionType|undefined}
|
* @type {ol.ImageLoadFunctionType|undefined}
|
||||||
* @api
|
* @api
|
||||||
*/
|
*/
|
||||||
olx.source.ImageStaticOptions.prototype.imageLoadFunction;
|
olx.source.ImageStaticOptions.prototype.imageLoadFunction;
|
||||||
|
|||||||
Reference in New Issue
Block a user