UNPKG

ol

Version:

OpenLayers mapping library

12 lines (10 loc) 166 B
/** * @module ol/layer/TileProperty */ /** * @enum {string} */ export default { PRELOAD: 'preload', USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError', };