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 webpack
npm start
Data Source
The sample tiles are loaded from OpenStreetMap.
To use your own data, check out the documentation of TileLayer.