Add pixelRatio to ol.source.Image#getImage

This commit is contained in:
Frederic Junod
2013-12-12 15:16:59 +01:00
parent 79ade07fb7
commit ca0b77d0e3
7 changed files with 10 additions and 9 deletions

View File

@@ -113,6 +113,7 @@ ol.source.Image.prototype.findNearestResolution =
/**
* @param {ol.Extent} extent Extent.
* @param {number} resolution Resolution.
* @param {number} pixelRatio Pixel ratio.
* @param {ol.proj.Projection} projection Projection.
* @return {ol.Image} Single image.
*/