Skip to content

Instantly share code, notes, and snippets.

@mikemorris
Created September 17, 2013 18:36
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 mikemorris/6598719 to your computer and use it in GitHub Desktop.
Save mikemorris/6598719 to your computer and use it in GitHub Desktop.
var map = L.mapbox.map('map', 'tmcw.map-u4ca5hnt', {
tileLayer: {
detectRetina: true
}
});
var map = L.mapbox.map('map');
map.addLayer(L.mapbox.tileLayer('tmcw.map-u4ca5hnt', {
detectRetina: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment