Back to Deck Gl

or

examples/website/map-tile/README.md

9.3.2548 B
Original Source

This is a standalone version of the OpenStreetMap example using TileLayer and BitmapLayer on deck.gl website.

Usage

Copy the content of this folder to your project.

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

Data Source

The sample tiles are loaded from OpenStreetMap.

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