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

View File

@@ -1,7 +1,8 @@
/**
* @module ol/source/Zoomify
*/
import {DEFAULT_TILE_SIZE, inherits} from '../index.js';
import {DEFAULT_TILE_SIZE} from '../tilegrid/common.js';
import {inherits} from '../index.js';
import _ol_ImageTile_ from '../ImageTile.js';
import _ol_TileState_ from '../TileState.js';
import _ol_TileUrlFunction_ from '../TileUrlFunction.js';