Skip to content

Instantly share code, notes, and snippets.

@tmcw
Created February 22, 2013 03:16
Show Gist options
  • Save tmcw/5010471 to your computer and use it in GitHub Desktop.
Save tmcw/5010471 to your computer and use it in GitHub Desktop.
require('http://d3js.org/d3.v3.min.js');
var projection = d3.geo.mercator();
projection([-77, 37]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment