Shared module for raster operation type enum

This commit is contained in:
Tim Schaub
2016-12-27 14:08:23 -07:00
parent 2e3d065e34
commit e2f78a8006
3 changed files with 17 additions and 16 deletions

View File

@@ -5326,7 +5326,7 @@ olx.source.ImageVectorOptions.prototype.style;
* operation: (ol.RasterOperation|undefined),
* lib: (Object|undefined),
* threads: (number|undefined),
* operationType: (ol.source.Raster.OperationType|undefined)}}
* operationType: (ol.source.RasterOperationType|undefined)}}
* @api
*/
olx.source.RasterOptions;
@@ -5374,7 +5374,7 @@ olx.source.RasterOptions.prototype.threads;
* `'pixel'` operations are assumed, and operations will be called with an
* array of pixels from input sources. If set to `'image'`, operations will
* be called with an array of ImageData objects from input sources.
* @type {ol.source.Raster.OperationType|undefined}
* @type {ol.source.RasterOperationType|undefined}
* @api
*/
olx.source.RasterOptions.prototype.operationType;