Skip to content

Instantly share code, notes, and snippets.

@WillEngler
Created April 2, 2015 00:03
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 WillEngler/3f32a459f561d55855ec to your computer and use it in GitHub Desktop.
Save WillEngler/3f32a459f561d55855ec to your computer and use it in GitHub Desktop.
Parameters for Mercator projection over Chicago in D3 js that kinda work
projection = d3.geo.mercator().center([-87.68398142305401,41.92394041])
.scale([273400]).translate(offset);
path = path.projection(projection);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment