package.tilegrid.common.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ol Show documentation
Show all versions of ol Show documentation
OpenLayers mapping library
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;