This is a standalone demo of the text layer built upon deck.gl. This example illustrates the text layer features by animating a small sample of Twitter hashtags posted in the U.S. during one day. You can tweak app.js
to generate a static text layer instead.
Copy the content of this folder to your project. Run
npm install
npm start
This example is set up to read the token from the environment variable
MapboxAccessToken
, so you don't have to edit the code to test them.
Sample data can be found here.