Skip to content

Commit c8e7ead

Browse files
committed
Fix tests
1 parent 5878223 commit c8e7ead

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

index.ts

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
import Pbf from 'pbf';
2-
import {
3-
type GeoJSONOptions,
4-
type Feature,
5-
GeoJSONWrapper,
6-
GEOJSON_TILE_LAYER_NAME,
7-
} from "./lib/geojson_wrapper";
2+
import {type GeoJSONOptions, GeoJSONWrapper} from "./lib/geojson_wrapper";
83
import geojsonvt from 'geojson-vt';
94
import {VectorTileFeatureLike, VectorTileLike, VectorTileLayerLike} from './lib/types';
105

@@ -184,8 +179,7 @@ function writeValue(value: string | boolean | number, pbf: Pbf) {
184179
export {
185180
GeoJSONWrapper,
186181
GeoJSONOptions,
187-
Feature,
188-
GEOJSON_TILE_LAYER_NAME,
182+
FeatureGEOJSON_TILE_LAYER_NAME,
189183
type VectorTileFeatureLike,
190184
type VectorTileLike,
191185
type VectorTileLayerLike,

0 commit comments

Comments
 (0)