Module type for ol.source.VectorTile

This commit is contained in:
Frederic Junod
2018-04-04 11:49:33 +02:00
parent 911d0f12e3
commit 6ce42464b3
3 changed files with 9 additions and 9 deletions

View File

@@ -137,7 +137,7 @@ inherits(VectorSourceEvent, Event);
/**
* @classdesc
* Provides a source of features for vector layers. Vector features provided
* by this source are suitable for editing. See {@link ol.source.VectorTile} for
* by this source are suitable for editing. See {@link module:ol/source/VectorTile~VectorTileSource} for
* vector data that is optimized for rendering.
*
* @constructor