@loaders.gl/gis
Version:
Helpers for GIS category data
5 lines • 401 B
TypeScript
import type { LoaderWithParser } from '@loaders.gl/loader-utils';
import type { ArrayRowTable, GeoJSONTable, ObjectRowTable, Schema } from '@loaders.gl/schema';
/** TODO - move to loaders.gl/gis? */
export declare function convertWKBTableToGeoJSON(table: ArrayRowTable | ObjectRowTable, schema: Schema, loaders: LoaderWithParser[]): GeoJSONTable;
//# sourceMappingURL=convert-table-to-geojson.d.ts.map