Skip to content

Commit

Permalink
website: Fix ScenegraphLayer flights example (#8625)
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Mar 11, 2024
1 parent 51a361a commit 29b9439
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/website/scenegraph/app.jsx
Expand Up @@ -6,8 +6,7 @@ import DeckGL from '@deck.gl/react';
import {ScenegraphLayer} from '@deck.gl/mesh-layers';

// Data provided by the OpenSky Network, http://www.opensky-network.org
// const DATA_URL = 'https://opensky-network.org/api/states/all';
const DATA_URL = './all.json'; // Opensky API currently down
const DATA_URL = 'https://opensky-network.org/api/states/all';
const MODEL_URL =
'https://raw.githubusercontent.com/visgl/deck.gl-data/master/examples/scenegraph-layer/airplane.glb';
const REFRESH_TIME = 30000;
Expand Down

0 comments on commit 29b9439

Please sign in to comment.