This is a minimal standalone version of the TripsLayer example on deck.gl website.
Usage
Copy the content of this folder to your project.
# install dependencies
npm install
# or
yarn
# bundle and serve the app with webpack
npm start
Data format
Sample data is stored in deck.gl Example Data, showing taxi trips in Manhattan. Source
To use your own data, check out the documentation of TripsLayer.
Basemap
The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide