Add missing types to olx.js
This commit is contained in:
@@ -3936,6 +3936,15 @@ olx.source.ImageMapGuideOptions.prototype.ratio;
|
|||||||
olx.source.ImageMapGuideOptions.prototype.resolutions;
|
olx.source.ImageMapGuideOptions.prototype.resolutions;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional function to load an image given a URL.
|
||||||
|
* @type {ol.TileLoadFunctionType|undefined}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.source.ImageMapGuideOptions.prototype.imageLoadFunction;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Additional parameters.
|
* Additional parameters.
|
||||||
* @type {Object|undefined}
|
* @type {Object|undefined}
|
||||||
@@ -4420,6 +4429,14 @@ olx.source.ImageWMSOptions.prototype.hidpi;
|
|||||||
olx.source.ImageWMSOptions.prototype.serverType;
|
olx.source.ImageWMSOptions.prototype.serverType;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional function to load an image given a URL.
|
||||||
|
* @type {ol.TileLoadFunctionType|undefined}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.source.ImageWMSOptions.prototype.imageLoadFunction;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logo.
|
* Logo.
|
||||||
* @type {string|olx.LogoOptions|undefined}
|
* @type {string|olx.LogoOptions|undefined}
|
||||||
@@ -4577,6 +4594,14 @@ olx.source.ImageStaticOptions.prototype.imageExtent;
|
|||||||
olx.source.ImageStaticOptions.prototype.imageSize;
|
olx.source.ImageStaticOptions.prototype.imageSize;
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Optional function to load an image given a URL.
|
||||||
|
* @type {ol.TileLoadFunctionType|undefined}
|
||||||
|
* @api
|
||||||
|
*/
|
||||||
|
olx.source.ImageStaticOptions.prototype.imageLoadFunction;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Logo.
|
* Logo.
|
||||||
* @type {string|olx.LogoOptions|undefined}
|
* @type {string|olx.LogoOptions|undefined}
|
||||||
|
|||||||
Reference in New Issue
Block a user