// node_modules/ol/TileState.js var TileState_default = { IDLE: 0, LOADING: 1, LOADED: 2, /** * Indicates that tile loading failed * @type {number} */ ERROR: 3, EMPTY: 4 }; export { TileState_default }; //# sourceMappingURL=chunk-5D2XPBR2.js.map