Skip to content

Instantly share code, notes, and snippets.

View samuelschumacher's full-sized avatar

Samuel samuelschumacher

  • Wisconsin State Cartographer's Office
  • Madison, Wisconsin, USA
View GitHub Profile
@tmcw
tmcw / index.html
Created August 22, 2012 14:31
MapBox + d3
<!DOCTYPE html>
<html>
<head>
<script src='http://api.tiles.mapbox.com/mapbox.js/v0.6.4/mapbox.js'></script>
<script src='http://d3js.org/d3.v2.min.js?2.9.3'></script>
<link
href='http://api.tiles.mapbox.com/mapbox.js/v0.6.4/mapbox.css'
rel='stylesheet' />
<style>
body { margin:0; padding:0; }