Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 549 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 549 Bytes

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.

# 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.