Add pixelRatio to ol.source.Image#getImage
This commit is contained in:
@@ -72,7 +72,7 @@ goog.inherits(ol.source.MapGuide, ol.source.Image);
|
||||
* @inheritDoc
|
||||
*/
|
||||
ol.source.MapGuide.prototype.getImage =
|
||||
function(extent, resolution, projection) {
|
||||
function(extent, resolution, pixelRatio, projection) {
|
||||
resolution = this.findNearestResolution(resolution);
|
||||
|
||||
var image = this.image_;
|
||||
|
||||
Reference in New Issue
Block a user