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
+1 -1
View File
@@ -1,7 +1,7 @@
/**
* @module ol/tilegrid/TileGrid
*/
import {DEFAULT_TILE_SIZE} from '../index.js';
import {DEFAULT_TILE_SIZE} from './common.js';
import _ol_asserts_ from '../asserts.js';
import _ol_TileRange_ from '../TileRange.js';
import _ol_array_ from '../array.js';