Files
openlayers/src/ol/layer/TileProperty.js
Frederic Junod 0bc28323c8 Simplify default export
This removes unnecessary variable declarations where the default object is an object.
2017-12-15 15:21:25 +01:00

12 lines
165 B
JavaScript

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