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

package.tilegrid.common.js Maven / Gradle / Ivy

The newest version!
/**
 * @module ol/tilegrid/common
 */

/**
 * Default maximum zoom for default tile grids.
 * @type {number}
 */
export const DEFAULT_MAX_ZOOM = 42;

/**
 * Default tile size.
 * @type {number}
 */
export const DEFAULT_TILE_SIZE = 256;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy