goog.provide('ol.source.RasterOperationType'); /** * Raster operation type. Supported values are `'pixel'` and `'image'`. * @enum {string} */ ol.source.RasterOperationType = { PIXEL: 'pixel', IMAGE: 'image' };