UNPKG

kepler.gl

Version:

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

8 lines (7 loc) 317 B
/// <reference types="deck.gl" /> import { CPUGridLayer } from '@deck.gl/aggregation-layers'; import { AggregationType } from '../layer-utils/cpu-aggregator'; export declare const gridAggregation: AggregationType; export default class ScaleEnhancedGridLayer extends CPUGridLayer<any> { initializeState(): void; }