Doc corrections
This commit is contained in:
@@ -24,7 +24,7 @@ ol.raster.OperationType = {
|
||||
* an array of the same. The operations are called with a second "data"
|
||||
* argument, which can be used for storage. The data object is accessible
|
||||
* from raster events, where it can be initialized in "beforeoperations" and
|
||||
* accessed again in "afteroperations."
|
||||
* accessed again in "afteroperations".
|
||||
*
|
||||
* @typedef {function((Array.<ol.raster.Pixel>|Array.<ImageData>), Object):
|
||||
* (Array.<ol.raster.Pixel>|Array.<ImageData>)}
|
||||
|
||||
@@ -28,9 +28,9 @@ goog.require('ol.source.Tile');
|
||||
|
||||
/**
|
||||
* @classdesc
|
||||
* An source that transforms data from any number of input sources source using
|
||||
* an array of {@link ol.raster.Operation} functions to transform input pixel
|
||||
* values into output pixel values.
|
||||
* A source that transforms data from any number of input sources using an array
|
||||
* of {@link ol.raster.Operation} functions to transform input pixel values into
|
||||
* output pixel values.
|
||||
*
|
||||
* @constructor
|
||||
* @extends {ol.source.Image}
|
||||
|
||||
Reference in New Issue
Block a user