Replace Component
1. Install
yarn install2. Mapbox Token
export MapboxAccessToken=<your_mapbox_token>3. Start the app
yarn startLast updated
Was this helpful?
Example showing how to replace kepler.gl default components using injectComponents method.
yarn installadd mapbox access token to node env
export MapboxAccessToken=<your_mapbox_token>yarn startLast updated
Was this helpful?
Was this helpful?