UNPKG

kepler.gl

Version:

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

3 lines (2 loc) 181 B
import { Viewport, CoordinateSystem } from '@deck.gl/core/typed'; export declare function shouldComposeModelMatrix(viewport: Viewport, coordinateSystem: CoordinateSystem): boolean;