Fix type annotations

This commit is contained in:
Andreas Hocevar
2018-01-26 00:06:50 +01:00
parent 3d817ff7e7
commit 2c718db797
12 changed files with 46 additions and 32 deletions
+4 -2
View File
@@ -1,9 +1,11 @@
/**
* @type {number} Default maximum zoom for default tile grids.
* Default maximum zoom for default tile grids.
* @type {number}
*/
export const DEFAULT_MAX_ZOOM = 42;
/**
* @type {number} Default tile size.
* Default tile size.
* @type {number}
*/
export const DEFAULT_TILE_SIZE = 256;