Skip to content

Instantly share code, notes, and snippets.

@TravelTime-Frontend
Created February 21, 2023 08:13
Show Gist options
  • Save TravelTime-Frontend/e490d05b80c1657121c664d726f4efe8 to your computer and use it in GitHub Desktop.
Save TravelTime-Frontend/e490d05b80c1657121c664d726f4efe8 to your computer and use it in GitHub Desktop.
var mymap = L.map('mapid').setView([38.8, -77.0365], 9);
L.tileLayer('https://api.tiles.mapbox.com/v4/{id}/{z}/{x}/{y}.png?access_token=pk.eyJ1IjoibWFwYm94IiwiYSI6ImNpejY4NXVycTA2emYycXBndHRqcmZ3N3gifQ.rJcFIG214AriISLbB6B5aw', {
maxZoom: 18,
attribution: 'Map data &copy; <a href="https://www.openstreetmap.org/">OpenStreetMap</a> contributors, ' +
'<a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>, ' +
'Imagery © <a href="https://www.mapbox.com/">Mapbox</a>',
id: 'mapbox.streets'
}).addTo(mymap);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment