Merge pull request #6779 from ahocevar/vector-tile-grid

Decouple source and rendered tile grid of vector tile sources
This commit is contained in:
Andreas Hocevar
2017-05-10 19:07:21 +02:00
committed by GitHub
18 changed files with 708 additions and 288 deletions
+1 -1
View File
@@ -4877,7 +4877,7 @@ olx.source.VectorTileOptions.prototype.state;
/**
* Class used to instantiate image tiles. Default is {@link ol.VectorTile}.
* Class used to instantiate vector tiles. Default is {@link ol.VectorTile}.
* @type {function(new: ol.VectorTile, ol.TileCoord,
* ol.TileState, string, ol.format.Feature,
* ol.TileLoadFunctionType)|undefined}