Skip to content

Commit

Permalink
fix feature id type
Browse files Browse the repository at this point in the history
  • Loading branch information
mourner committed Jul 11, 2024
1 parent b1146ad commit 1819031
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ export class VectorTileFeature {
this.extent = extent;
this.type = 0;

/** @type {number | string | void} */
/** @type {number | undefined} */
this.id = undefined;

// Private
this._pbf = pbf;
this._geometry = -1;
this._keys = keys;
Expand Down

0 comments on commit 1819031

Please sign in to comment.