Common tilegrid exports

This commit is contained in:
Tim Schaub
2017-12-12 16:15:10 -07:00
parent e652e4658c
commit f2752eb01e
9 changed files with 18 additions and 23 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* @type {number} Default maximum zoom for default tile grids.
*/
export var DEFAULT_MAX_ZOOM = 42;
/**
* @type {number} Default tile size.
*/
export var DEFAULT_TILE_SIZE = 256;