Skip to content

Latest commit

 

History

History
 
 

tagmap

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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

tagmap

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 can be found here, showing Twitter hashtags with geolocations.

To use your own data, check out the documentation of TextLayer.

Basemap

The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide