Skip to content

Instantly share code, notes, and snippets.

@garethpaul
Created January 21, 2020 04:53
Show Gist options
  • Select an option

  • Save garethpaul/820310cd04025ba39afdc21288332ba9 to your computer and use it in GitHub Desktop.

Select an option

Save garethpaul/820310cd04025ba39afdc21288332ba9 to your computer and use it in GitHub Desktop.
mapboxgl.accessToken = 'MAPBOX_TOKEN';
// Handle the Mapbox Map
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/mapbox/streets-v11',
center: [-122.626991, 38.244923], // starting position
zoom: 11 // starting zoom
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment