Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 617 Bytes

File metadata and controls

22 lines (16 loc) · 617 Bytes

This is a standalone experimental SharedTile2DLayer example using one SharedTileset2D to feed tiled BitmapLayer sublayers in a main view and minimap on the 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

OpenStreetMap raster tiles from OpenStreetMap contributors.

For more information, check out the documentation of SharedTile2DLayer.