SourceTermAnalysisSystem_vue/node_modules/ol/layer/TileProperty.js
2026-05-15 10:22:44 +08:00

12 lines
166 B
JavaScript

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