Raster source for composing pixels from other sources

This commit is contained in:
Tim Schaub
2015-02-05 14:15:45 -07:00
parent 49cc39c4dd
commit acc97a53eb
7 changed files with 415 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
goog.provide('ol.raster.Pixel');
/**
* An array of numbers representing pixel values.
* @typedef {Array.<number>} ol.raster.Pixel
* @api
*/
ol.raster.Pixel;