File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 11import Pbf from 'pbf' ;
22import {
3- type GeoJSONOptions ,
4- type Feature ,
5- GeoJSONWrapper ,
6- GEOJSON_TILE_LAYER_NAME ,
3+ type GeoJSONOptions ,
4+ type Feature ,
5+ GeoJSONWrapper ,
6+ GEOJSON_TILE_LAYER_NAME ,
77} from "./lib/geojson_wrapper" ;
88import geojsonvt from 'geojson-vt' ;
99import { VectorTileFeatureLike , VectorTileLike , VectorTileLayerLike } from './lib/types' ;
@@ -181,4 +181,12 @@ function writeValue(value: string | boolean | number, pbf: Pbf) {
181181 }
182182}
183183
184- export { GeoJSONWrapper , GeoJSONOptions , Feature , GEOJSON_TILE_LAYER_NAME } ;
184+ export {
185+ GeoJSONWrapper ,
186+ GeoJSONOptions ,
187+ Feature ,
188+ GEOJSON_TILE_LAYER_NAME ,
189+ type VectorTileFeatureLike ,
190+ type VectorTileLike ,
191+ type VectorTileLayerLike ,
192+ } ;
You can’t perform that action at this time.
0 commit comments