Pass pixelRatio to canvasFunction
This commit is contained in:
@@ -2,7 +2,7 @@ goog.provide('ol.CanvasFunctionType');
|
||||
|
||||
|
||||
/**
|
||||
* @typedef {function(this:ol.source.ImageCanvas, ol.Extent, number, ol.Size,
|
||||
* ol.proj.Projection): HTMLCanvasElement}
|
||||
* @typedef {function(this:ol.source.ImageCanvas, ol.Extent, number,
|
||||
* number, ol.Size, ol.proj.Projection): HTMLCanvasElement}
|
||||
*/
|
||||
ol.CanvasFunctionType;
|
||||
|
||||
Reference in New Issue
Block a user