Transformed
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
goog.provide('ol.layer.TileProperty');
|
||||
|
||||
/**
|
||||
* @module ol/layer/TileProperty
|
||||
*/
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.layer.TileProperty = {
|
||||
var _ol_layer_TileProperty_ = {
|
||||
PRELOAD: 'preload',
|
||||
USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError'
|
||||
};
|
||||
|
||||
export default _ol_layer_TileProperty_;
|
||||
|
||||
Reference in New Issue
Block a user