This is a minimal standalone version of the LineLayer example on deck.gl website.
Copy the content of this folder to your project.
# install dependencies
npm install
# or
yarn
# bundle and serve the app with webpack
npm start
Sample data is stored in deck.gl Example Data, showing flight paths near the Heathrow Airport, captured via the OpenSky Network. Airports data source
To use your own data, check out the documentation of LineLayer.
The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide