Add ol.source.ImageWMS#getUrl
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user