Add background to MapboxVector layer

This commit is contained in:
Andreas Hocevar
2021-11-19 17:47:59 +01:00
parent 79285ab7dd
commit d4cc76f3f1
5 changed files with 151 additions and 13 deletions

View File

@@ -90,7 +90,6 @@ class TileSource extends Source {
options.tilePixelRatio !== undefined ? options.tilePixelRatio : 1;
/**
* @protected
* @type {import("../tilegrid/TileGrid.js").default}
*/
this.tileGrid = options.tileGrid !== undefined ? options.tileGrid : null;