UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

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