Skip to content

Instantly share code, notes, and snippets.

@ibgreen
Created May 11, 2018 01:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ibgreen/75e90bb6db7ea796083b94a819836e8c to your computer and use it in GitHub Desktop.
Save ibgreen/75e90bb6db7ea796083b94a819836e8c to your computer and use it in GitHub Desktop.
deck.gl auto controls
const deck = new Deck({
...
initialViewState: {longitude: ..., latitude: ..., zoom: ...}
});
// or, if using React
<DeckGL initialViewState={{longitude: , latitude: , zoom: }} .../>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment