Shared module for raster operation type enum
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user