Skip to content

Instantly share code, notes, and snippets.

@jfirebaugh
Forked from And-How/index.html
Last active December 27, 2015 02:39
Show Gist options
  • Save jfirebaugh/7253826 to your computer and use it in GitHub Desktop.
Save jfirebaugh/7253826 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta charset=utf-8 />
<title></title>
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" />
<script src="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.js"></script>
<script src='http://api.tiles.mapbox.com/mapbox.js/v1.3.1/mapbox.js'></script>
<link href='http://api.tiles.mapbox.com/mapbox.js/v1.3.1/mapbox.css' rel='stylesheet' />
<!--[if lte IE 8]>
<link href='//api.tiles.mapbox.com/mapbox.js/v1.3.1/mapbox.ie.css' rel='stylesheet'>
<![endif]-->
<style>
body { margin:0; padding:0; }
#map { position:absolute; top:0; bottom:0; width:100%; }
</style>
</head>
<body>
<div id='map'></div>
<script>
L.mapbox.map('map', 'ofurhe.map-448xuuy9');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment