UNPKG

ol

Version:

OpenLayers mapping library

11 lines 208 B
/** * @module ol/layer/TileProperty */ /** * @enum {string} */ export default { PRELOAD: 'preload', USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError' }; //# sourceMappingURL=TileProperty.js.map