Back to Deck Gl

or

examples/website/google-3d-tiles/README.md

9.3.2530 B
Original Source

This is a minimal standalone version of the Photorealistic 3D Tiles integration example on deck.gl website.

Usage

To run this example, you need a Google Maps API key. You can either set an environment variables:

bash
export GoogleMapsAPIKey=<google_maps_api_key>

Or set the GOOGLE_MAPS_API_KEY variable in app.js.

bash
# install dependencies
npm install
# or
yarn
# bundle and serve the app with vite
npm start