block by arrayjam 67648b87e80fbc31ad20

Overlapping Geographic Circles

Full Screen

When creating many geographic circles (e.g. for visualizing graduating radii on a map), calling d3.geo.circle multiple times will create overlapping great circles, which may not be desired.

Compare with the simple fix shown at Non-Overlapping Geographic Circles.

index.html