UNPKG

openlayers

Version:

Build tools and sources for developing OpenLayers based mapping applications

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