This example show how to customize Kepler.gl theme
- Define an object (theme) to override Kepler.gl style
- Pass the newly created object as prop to KeplerGl react component
npm install
or
yarn
add mapbox access token to node env
export MapboxAccessToken=<your_mapbox_token>
npm start