UNPKG

kepler.gl

Version:

kepler.gl is a webgl based application to visualize large scale location data in the browser

7 lines (6 loc) 238 B
import { TileJSON } from '@loaders.gl/mvt'; /** * MVTSource in current loaders ignores attribution * TODO: remove once MVTSource is ready */ export declare function getMVTMetadata(metadataURL: string | null): Promise<TileJSON | null>;