This commit is contained in:
14
node_modules/ol/tilegrid/common.js
generated
vendored
Normal file
14
node_modules/ol/tilegrid/common.js
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/**
|
||||
* @module ol/tilegrid/common
|
||||
*/
|
||||
/**
|
||||
* Default maximum zoom for default tile grids.
|
||||
* @type {number}
|
||||
*/
|
||||
export var DEFAULT_MAX_ZOOM = 42;
|
||||
/**
|
||||
* Default tile size.
|
||||
* @type {number}
|
||||
*/
|
||||
export var DEFAULT_TILE_SIZE = 256;
|
||||
//# sourceMappingURL=common.js.map
|
||||
Reference in New Issue
Block a user