Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 880 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 880 Bytes

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

Usage

Copy the content of this folder to your project.

# install dependencies
npm install
# or
yarn
# bundle and serve the app with vite
npm start

Data format

Sample data is stored in deck.gl Example Data, showing personal injury from road accidents in the UK. Source

To use your own data, check out the documentation of HexagonLayer

Basemap

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