Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 732 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 732 Bytes

This is a standalone version of the MaskExtension example 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 format

Sample data is stored in deck.gl Example Data, showing air traffic data on selected dates collected by The OpenSky Network. Source under the Creative Commons CC-BY license.

For more information about using the MaskExtension, check out the documentation.