All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.TileState.js Maven / Gradle / Ivy

The newest version!
/**
 * @module ol/TileState
 */

/**
 * @enum {number}
 */
export default {
  IDLE: 0,
  LOADING: 1,
  LOADED: 2,
  /**
   * Indicates that tile loading failed
   * @type {number}
   */
  ERROR: 3,
  EMPTY: 4,
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy