deckgl_trips

0.0.0 • Public • Published

This is a minimal standalone version of the TripsLayer example on deck.gl website.

Usage

Copy the content of this folder to your project.

To see the base map, you need a Mapbox access token. You can either set an environment variable:

export MapboxAccessToken=<mapbox_access_token>

Or set MAPBOX_TOKEN directly in app.js.

Other options can be found at using with Mapbox GL.

# 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. To use your own data, checkout the documentation of TripsLayer.

Readme

Keywords

none

Package Sidebar

Install

npm i deckgl_trips

Weekly Downloads

1

Version

0.0.0

License

MIT

Unpacked Size

7.23 kB

Total Files

5

Last publish

Collaborators

  • tofucubes