Files
openlayers/src/ol/layer/tileproperty.js
2016-12-27 13:38:19 -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'
};