Files
openlayers/src/ol/layer/TileProperty.js
2017-12-12 06:53:17 -07:00

10 lines
172 B
JavaScript

goog.provide('ol.layer.TileProperty');
/**
* @enum {string}
*/
ol.layer.TileProperty = {
PRELOAD: 'preload',
USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError'
};