Module type for ol.source.State

This commit is contained in:
Frederic Junod
2018-04-04 11:56:52 +02:00
parent 6ce42464b3
commit e283193ff4
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid.
* boundaries or TopoJSON sources) allows the renderer to optimise fill and
* stroke operations.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {ol.source.State} [state] Source state.
* @property {module:ol/source/State~State} [state] Source state.
* @property {function(new: ol.VectorTile, ol.TileCoord,
* ol.TileState, string, ?string,
* ol.TileLoadFunctionType)} [tileClass] Class used to instantiate image tiles.