Skip to content

Instantly share code, notes, and snippets.

@aleszu
Created July 5, 2017 01:23
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 aleszu/067d66a181bdb162e21661a7a17193c9 to your computer and use it in GitHub Desktop.
Save aleszu/067d66a181bdb162e21661a7a17193c9 to your computer and use it in GitHub Desktop.
var center = [-58.388875,-34.612427];
mapboxgl.accessToken = 'YOUR ACCESS TOKEN';
var map = new mapboxgl.Map({
container: 'map',
style: 'mapbox://styles/YOUTUSER/YOUR_BASE_STYLE',
center: center,
zoom: 13.5,
pitch: 59.5,
bearing: 0
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment