website/src/constants/defaults.js (11 lines of code) (raw):

export const MAPBOX_STYLES = { LIGHT: 'mapbox://styles/uberdata/cive48w2e001a2imn5mcu2vrs', DARK: 'mapbox://styles/uberdata/cive485h000192imn6c6cc8fc', BLANK: { version: 8, sources: {}, layers: [] } }; export const DATA_URI = 'https://raw.githubusercontent.com/visgl/deck.gl-data/master/website'; export const GITHUB_TREE = 'https://github.com/visgl/deck.gl/tree/master';