Rename ol.source.Image#getImage implementations to #getImageInternal
This allows for the reprojection to be initialized in the #getImage, while #getImageInternal is used to obtain the actual data.
This commit is contained in:
@@ -185,7 +185,7 @@ ol.source.ImageWMS.prototype.getParams = function() {
|
||||
/**
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.source.ImageWMS.prototype.getImage =
|
||||
ol.source.ImageWMS.prototype.getImageInternal =
|
||||
function(extent, resolution, pixelRatio, projection) {
|
||||
|
||||
if (this.url_ === undefined) {
|
||||
|
||||
Reference in New Issue
Block a user