Skip to content

Commit

Permalink
Add d3.geo.greatArc.
Browse files Browse the repository at this point in the history
The greatArc class is the new name for greatCircle, which actually represents
great arcs. Meanwhile, a new greatCircle class is for great circles. The new
greatCircle class replaces the old clip class, providing clipping and resampling
functionality (using greatArc internally). This isn't backwards-compatible, but
I may forgo the major version number bump in light of the fact that greatCircle
was just added, and not used in any (official) examples or documented.
  • Loading branch information
mbostock committed Sep 27, 2011
1 parent 46b358b commit 14dcdea
Show file tree
Hide file tree
Showing 15 changed files with 547 additions and 556 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,11 @@ d3.geo.js: \
src/geo/albers.js \
src/geo/equirectangular.js \
src/geo/mercator.js \
src/geo/type.js \
src/geo/path.js \
src/geo/bounds.js \
src/geo/greatArc.js \
src/geo/greatCircle.js \
src/geo/clip.js \
src/end.js

d3.csv.js: \
Expand Down
Loading

0 comments on commit 14dcdea

Please sign in to comment.