Add VectorTile layer, source and tile

This commit is contained in:
Andreas Hocevar
2015-10-13 14:29:14 +02:00
parent fa88b578a4
commit 7d3fc3ccc7
6 changed files with 677 additions and 8 deletions

View File

@@ -3,10 +3,10 @@ goog.provide('ol.TileVectorLoadFunctionType');
/**
* A function that takes an {@link ol.ImageTile} for the image tile and a
* `{string}` for the src as arguments.
* A function that takes an {@link ol.Tile} for the tile and a
* `{string}` for the url as arguments.
*
* @typedef {function(ol.ImageTile, string)}
* @typedef {function(ol.Tile, string)}
* @api
*/
ol.TileLoadFunctionType;