UNPKG

ol

Version:

OpenLayers mapping library

16 lines (13 loc) 236 B
/** * @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;