Imports cased like the filename
This commit is contained in:
13
src/ol/TileState.js
Normal file
13
src/ol/TileState.js
Normal file
@@ -0,0 +1,13 @@
|
||||
goog.provide('ol.TileState');
|
||||
|
||||
/**
|
||||
* @enum {number}
|
||||
*/
|
||||
ol.TileState = {
|
||||
IDLE: 0,
|
||||
LOADING: 1,
|
||||
LOADED: 2,
|
||||
ERROR: 3,
|
||||
EMPTY: 4,
|
||||
ABORT: 5
|
||||
};
|
||||
Reference in New Issue
Block a user