From 6312fc21535143f89d605a86f481e139f2000a06 Mon Sep 17 00:00:00 2001 From: Harel M Date: Thu, 11 Jul 2024 23:41:35 +0300 Subject: [PATCH] Update index.js --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 6a2a20b..06d496d 100644 --- a/index.js +++ b/index.js @@ -25,6 +25,7 @@ export class VectorTileFeature { /** @type {number | undefined} */ this.id = undefined; + // Private this._pbf = pbf; this._geometry = -1; this._keys = keys;