pwaLUPMIS2/node_modules/ol/layer/TileProperty.js
2026-03-04 12:59:40 +01:00

12 lines
166 B
JavaScript

/**
* @module ol/layer/TileProperty
*/
/**
* @enum {string}
*/
export default {
PRELOAD: 'preload',
USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError',
};