Skip to content

Instantly share code, notes, and snippets.

@mbecica
Created November 28, 2011 05:42
Show Gist options
  • Save mbecica/1399253 to your computer and use it in GitHub Desktop.
Save mbecica/1399253 to your computer and use it in GitHub Desktop.
d3 projection
var map = d3.geo.mercator(),
projection = d3.geo.path().projection(map);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment