Back to Deck Gl

or

examples/website/orthographic/README.md

9.3.2763 B
Original Source

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

Sample data is stored in deck.gl Example Data, showing annual average temperature change around the world. Source: NOAA

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