Module type for ol.VectorTile

This commit is contained in:
Frederic Junod
2018-03-19 09:36:58 +01:00
parent c4b38ed5dc
commit 5b349147b5
2 changed files with 3 additions and 3 deletions

View File

@@ -309,7 +309,7 @@ CanvasVectorTileLayerRenderer.prototype.forEachFeatureAtCoordinate = function(co
/**
* @param {ol.VectorTile} tile Tile.
* @param {module:ol/VectorTile~VectorTile} tile Tile.
* @param {module:ol/PluggableMap~FrameState} frameState Frame state.
* @return {module:ol/transform~Transform} transform Transform.
* @private