Use TileCache instead of custom structure

This commit is contained in:
Andreas Hocevar
2020-01-05 12:25:44 +01:00
parent ae1ee192f3
commit 2875685b3c
3 changed files with 10 additions and 28 deletions
-5
View File
@@ -18,11 +18,6 @@ class VectorTile extends Tile {
super(tileCoord, state, opt_options);
/**
* @type {number}
*/
this.consumers = 0;
/**
* Extent of this tile; set by the source.
* @type {import("./extent.js").Extent}