Skip to content

Instantly share code, notes, and snippets.

@geografa
Created August 6, 2014 18:38
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 geografa/24a603cbf88cf42fcf00 to your computer and use it in GitHub Desktop.
Save geografa/24a603cbf88cf42fcf00 to your computer and use it in GitHub Desktop.
Augusta National Golf Course, Augusta, GA
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title>Augusta National Golf Course, Augusta, GA</title>
<meta name='viewport' content='initial-scale=1,maximum-scale=1,user-scalable=no' />
<script src='https://api.tiles.mapbox.com/mapbox.js/v2.0.0/mapbox.js'></script>
<link href='https://api.tiles.mapbox.com/mapbox.js/v2.0.0/mapbox.css' rel='stylesheet' />
<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.accessToken = 'pk.eyJ1IjoiZ3JhZmEiLCJhIjoiU2U2QnIzUSJ9.4LnG05Ptvi1sUQ8t68rfgw';
var map = L.mapbox.map('map', 'grafa.e1582510',{maxZoom:17, minZoom:14})
.setView([33.49606299173578,-82.02212333679199], 14);
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment