examples/website/radio/README.md
This is a minimal standalone version of the Multi-View example on deck.gl website.
Copy the content of this folder to your project.
# install dependencies
npm install
# or
yarn
# bundle and serve the app with vite
npm start
Sample data is stored in deck.gl Example Data, showing radio stations and their service contour across the United State. Source
To use your own data, check out the documentation of MVTLayer and H3HexagonLayer.
For more information about using multiple views, see the developer guide.
The basemap in this example is provided by CARTO free basemap service. To use an alternative base map solution, visit this guide