Skip to content

Instantly share code, notes, and snippets.

@milovanderlinden
Created June 16, 2016 17:08
Show Gist options
  • Save milovanderlinden/e7d994e4532da60d96559943a2ea2b43 to your computer and use it in GitHub Desktop.
Save milovanderlinden/e7d994e4532da60d96559943a2ea2b43 to your computer and use it in GitHub Desktop.
var id = 'mapbox.streets';
mbUrl = 'https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpandmbXliNDBjZWd2M2x6bDk3c2ZtOTkifQ._QA7i5Mpkd_m30IGElHziw';
L.tileLayer(mbUrl, {id: id}).addTo(mymap);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment