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 a54429c commit 55d6e5cCopy full SHA for 55d6e5c
lib/geojson_wrapper.ts
@@ -1,8 +1,8 @@
1
import Point from '@mapbox/point-geometry';
2
-import { classifyRings } from '@mapbox/vector-tile';
3
-import type { TileFeature, AnyProps } from 'supercluster';
4
-import { type Feature as GeoJSONVTFeature, Geometry } from 'geojson-vt';
5
-import type { VectorTileFeatureLike, VectorTileLayerLike } from '../index';
+import {classifyRings} from '@mapbox/vector-tile';
+import type {TileFeature, AnyProps} from 'supercluster';
+import {type Feature as GeoJSONVTFeature, Geometry} from 'geojson-vt';
+import type {VectorTileFeatureLike, VectorTileLayerLike} from '../index';
6
7
export type Feature = TileFeature<AnyProps, AnyProps> | GeoJSONVTFeature;
8
0 commit comments