diff --git a/src/ol/source/image.js b/src/ol/source/image.js index 9e07a935ce..8db3474c04 100644 --- a/src/ol/source/image.js +++ b/src/ol/source/image.js @@ -101,7 +101,6 @@ ol.source.Image.prototype.getImage = function(extent, resolution, pixelRatio, pr ol.proj.equivalent( this.reprojectedImage_.getProjection(), projection) && this.reprojectedImage_.getResolution() == resolution && - this.reprojectedImage_.getPixelRatio() == pixelRatio && ol.extent.equals(this.reprojectedImage_.getExtent(), extent)) { return this.reprojectedImage_; }