We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9e807 commit 1b826c4Copy full SHA for 1b826c4
lib/geojson_wrapper.ts
@@ -12,7 +12,6 @@ export interface GeoJSONOptions {
12
13
class FeatureWrapper implements VectorTileFeatureLike {
14
feature: Feature;
15
-
16
type: VectorTileFeatureLike['type'];
17
properties: VectorTileFeatureLike['properties'];
18
id: VectorTileFeatureLike['id'];
0 commit comments