Rename VectorTileSource to VectorTile

This commit is contained in:
Frederic Junod
2018-04-19 16:00:24 +02:00
parent 8074848636
commit 48bda774c7
4 changed files with 20 additions and 20 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 module:ol/source/VectorTile~VectorTileSource} for
* by this source are suitable for editing. See {@link module:ol/source/VectorTile~VectorTile} for
* vector data that is optimized for rendering.
*
* @constructor