https://github.com/puripant/grid-deck
Try Deck.gl with a simple UI
https://github.com/puripant/grid-deck
deckgl map visualization
Last synced: 11 months ago
JSON representation
Try Deck.gl with a simple UI
- Host: GitHub
- URL: https://github.com/puripant/grid-deck
- Owner: puripant
- Created: 2019-03-23T10:43:38.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-20T06:33:23.000Z (about 7 years ago)
- Last Synced: 2025-02-27T06:52:34.702Z (over 1 year ago)
- Topics: deckgl, map, visualization
- Language: JavaScript
- Homepage: https://puripant.github.io/grid-deck/
- Size: 2.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# grid-deck
Try Deck.gl with a simple UI.
## Instruction
```
npm install deck.gl --save
yarn
npm start
```
Don't forget to set your MapboxAccessToken e.g.
```
export MapboxAccessToken=...
```