Replace ol.ProjectionLike by module:ol/proj~ProjectionLike in ol/source

This commit is contained in:
Florent gravin
2018-04-04 10:35:51 +02:00
parent a85faeef0f
commit 0f1cef96fb
13 changed files with 13 additions and 13 deletions

View File

@@ -19,7 +19,7 @@ import {createXYZ, extentFromProjection, createForProjection} from '../tilegrid.
* to `false` (e.g. for sources with polygons that represent administrative
* boundaries or TopoJSON sources) allows the renderer to optimise fill and
* stroke operations.
* @property {ol.ProjectionLike} projection Projection.
* @property {module:ol/proj~ProjectionLike} projection Projection.
* @property {ol.source.State} [state] Source state.
* @property {function(new: ol.VectorTile, ol.TileCoord,
* ol.TileState, string, ?string,