Imports cased like the filename
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
goog.provide('ol.layer.TileProperty');
|
||||
|
||||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
ol.layer.TileProperty = {
|
||||
PRELOAD: 'preload',
|
||||
USE_INTERIM_TILES_ON_ERROR: 'useInterimTilesOnError'
|
||||
};
|
||||
Reference in New Issue
Block a user