likr / kasika-map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a minimal standalone version of the 3DHeatmap 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 HexagonLayer

About


Languages

Language:JavaScript 100.0%