Skip to content

Instantly share code, notes, and snippets.

@bsudekum
Created November 1, 2013 16:48
Show Gist options
  • Save bsudekum/7268245 to your computer and use it in GitHub Desktop.
Save bsudekum/7268245 to your computer and use it in GitHub Desktop.
MapBox.js 0.6.7 is fast
<!DOCTYPE html>
<Html>
<Head>
<Meta charset=utf-8 />
<Title></Title>
<Script src='//api.tiles.mapbox.com/mapbox.js/v0.6.7/mapbox.js'></Script>
<Link href='//api.tiles.mapbox.com/mapbox.js/v0.6.7/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>
mapbox.auto('map', 'examples.map-vyofok3q');
</Script>
</Body>
</Html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment