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 5878223 commit c8e7eadCopy full SHA for c8e7ead
index.ts
@@ -1,10 +1,5 @@
1
import Pbf from 'pbf';
2
-import {
3
- type GeoJSONOptions,
4
- type Feature,
5
- GeoJSONWrapper,
6
- GEOJSON_TILE_LAYER_NAME,
7
-} from "./lib/geojson_wrapper";
+import {type GeoJSONOptions, GeoJSONWrapper} from "./lib/geojson_wrapper";
8
import geojsonvt from 'geojson-vt';
9
import {VectorTileFeatureLike, VectorTileLike, VectorTileLayerLike} from './lib/types';
10
@@ -184,8 +179,7 @@ function writeValue(value: string | boolean | number, pbf: Pbf) {
184
179
export {
185
180
GeoJSONWrapper,
186
181
GeoJSONOptions,
187
- Feature,
188
182
+ FeatureGEOJSON_TILE_LAYER_NAME,
189
183
type VectorTileFeatureLike,
190
type VectorTileLike,
191
type VectorTileLayerLike,
0 commit comments