Skip to content

Instantly share code, notes, and snippets.

View jasondavies's full-sized avatar
💭
💡

Jason Davies jasondavies

💭
💡
View GitHub Profile
@jasondavies
jasondavies / README.md
Created September 18, 2012 13:24 — forked from jasondavies/LICENSE
Changing Zoom Domain
@jasondavies
jasondavies / README.md
Created September 17, 2012 21:03
Interrupted Goode Homolosine
@jasondavies
jasondavies / README.md
Created September 17, 2012 18:54 — forked from jasondavies/README.md
Interrupted Projection Transitions
@jasondavies
jasondavies / README.md
Created September 17, 2012 13:54 — forked from mbostock/.block
Interrupted Sinusoidal Projection
@jasondavies
jasondavies / README.md
Created September 17, 2012 12:23
Oblique Hammer Projection
@jasondavies
jasondavies / README.md
Created September 17, 2012 11:55
Projection Transitions (Atlantis)
@jasondavies
jasondavies / README.md
Created September 16, 2012 11:06 — forked from jasondavies/README.md
Azimuthal Equidistant Projection
@jasondavies
jasondavies / README.md
Created September 14, 2012 21:32
Interrupted Mollweide Hemispheres
@jasondavies
jasondavies / README.md
Created September 14, 2012 12:49 — forked from mbostock/.block
Antemeridian Cutting

D3 2.11’s d3.geo.path will automatically cut features for any aspect. Try dragging to rotate the world and see a new aspect.

@jasondavies
jasondavies / index.html
Created August 2, 2012 00:14 — forked from mbostock/index.html
Chrome Circle Precision Bug
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="http://d3js.org/d3.v2.js?2.9.6"></script>
<script>
var canvas = d3.select("body").append("canvas")
.attr("width", 960)
.attr("height", 500);