Image source refactoring

This commit is contained in:
Éric Lemoine
2013-09-22 09:58:05 +01:00
parent 0cc844a169
commit 5af738593e
14 changed files with 343 additions and 190 deletions

8
src/ol/canvasfunction.js Normal file
View File

@@ -0,0 +1,8 @@
goog.provide('ol.CanvasFunctionType');
/**
* @typedef {function(this:ol.source.ImageCanvas, ol.Extent, number, ol.Size,
* ol.proj.Projection): HTMLCanvasElement}
*/
ol.CanvasFunctionType;