Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.39 KB

README.md

File metadata and controls

44 lines (30 loc) · 1.39 KB

Examples

A list of examples to demonstrate adding kepler.gl to your app. Each of the examples is a complete project that can be ran locally.

To start each example, cd into the folder then run:

yarn && yarn start
  • [Demo App][demo-app]

    kepler.gl as a single page app, loading sample maps from remote url, saving map data to dropbox. This is also the source code of kepler.gl/#/demo.

  • Open kepler.gl in a modal.

  • [Custom Reducer][custom-reducer]

    Customize kepler.gl reducer initial state, adding more actions using plugin.

  • A single html file loading kepler.gl

  • Example showing how to replace kepler.gl default ui components using injectComponents method.

  • Customize kepler.gl theme by override default style properties.

  • [Node App][node-app]

    Embed Kepler.gl in a node/express/webpack application.

  • Demo how to use kepler.gl with other basemap services other than Mapbox. [custom-reducer]: custom-reducer/README.md [demo-app]: demo-app/README.md [node-app]: node-app/README.md