Module type for ol.tilegrid.TileGrid

This commit is contained in:
Frederic Junod
2018-04-04 15:55:14 +02:00
parent 2df4d5f877
commit 7ccb66e80d
7 changed files with 7 additions and 7 deletions

View File

@@ -78,7 +78,7 @@ LabeledTile.prototype.load = function() {};
/**
* @typedef {Object} Options
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {ol.tilegrid.TileGrid} [tileGrid] Tile grid.
* @property {module:ol/tilegrid/TileGrid~TileGrid} [tileGrid] Tile grid.
* @property {boolean} [wrapX=true] Whether to wrap the world horizontally.
*/