Add ol.source.ImageWMS#getUrl
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
@exportSymbol ol.source.ImageWMS
|
@exportSymbol ol.source.ImageWMS
|
||||||
@exportProperty ol.source.ImageWMS.prototype.getGetFeatureInfoUrl
|
@exportProperty ol.source.ImageWMS.prototype.getGetFeatureInfoUrl
|
||||||
@exportProperty ol.source.ImageWMS.prototype.getParams
|
@exportProperty ol.source.ImageWMS.prototype.getParams
|
||||||
|
@exportProperty ol.source.ImageWMS.prototype.getUrl
|
||||||
@exportProperty ol.source.ImageWMS.prototype.setUrl
|
@exportProperty ol.source.ImageWMS.prototype.setUrl
|
||||||
@exportProperty ol.source.ImageWMS.prototype.updateParams
|
@exportProperty ol.source.ImageWMS.prototype.updateParams
|
||||||
|
|||||||
@@ -312,6 +312,16 @@ ol.source.ImageWMS.prototype.getRequestUrl_ =
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Return the URL used for this WMS source.
|
||||||
|
* @return {string|undefined} URL.
|
||||||
|
* @todo stability experimental
|
||||||
|
*/
|
||||||
|
ol.source.ImageWMS.prototype.getUrl = function() {
|
||||||
|
return this.url_;
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @param {string|undefined} url URL.
|
* @param {string|undefined} url URL.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user