Skip to content

Instantly share code, notes, and snippets.

@danvk
Created January 22, 2019 20:18
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 danvk/694b19f3084ee3922606574c6c873c96 to your computer and use it in GitHub Desktop.
Save danvk/694b19f3084ee3922606574c6c873c96 to your computer and use it in GitHub Desktop.
const INIT_VIEW: Pick<MapProps, 'center'|'zoom'|'pitch'|'bearing'|'style'> = {
center: [-73.991284, 40.741263],
zoom: [14.5],
pitch: [45],
bearing: [-17.6],
style: "mapbox://styles/mapbox/streets-v9"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment