Skip to content

Files

Latest commit

8a6d263 · May 19, 2021

History

History
This branch is 12 commits ahead of, 862 commits behind keplergl/kepler.gl:master.

api-reference

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 6, 2021
Apr 2, 2021
Apr 16, 2020
Apr 16, 2020
Apr 16, 2020
May 19, 2021
Apr 16, 2020
Jan 6, 2021
Apr 16, 2020
Apr 2, 2021
Apr 16, 2020
Mar 3, 2020

API Reference

Table of Contents

Overview

Kepler.gl is a Redux-connected component. You can embed kepler.gl in your App, which uses redux to manage its state. The basic implementation of kepler.gl reducer is simple. However, to make the most of it, it's recommended to have basic knowledge on:

To start out with kepler.gl, you simply need to add the Kepler.gl UI component and mount the Kepler.gl reducer. To give the user full access of all the functionalities of kepler.gl, this package also includes actions, schema managers and a set of utilities to load and save map data.