Skip to content

Commit

Permalink
Rename for clarity.
Browse files Browse the repository at this point in the history
d3_geo_cut is now d3_geo_clipAntimeridian.
d3_geo_circleClip is now d3_geo_clipCircle.
  • Loading branch information
mbostock committed Dec 15, 2012
1 parent a2753ee commit 75be0ab
Show file tree
Hide file tree
Showing 8 changed files with 612 additions and 634 deletions.
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ d3.geo.js: \
src/geo/stream.js \
src/geo/spherical.js \
src/geo/cartesian.js \
src/geo/clip.js \
src/geo/cut.js \
src/geo/resample.js \
src/geo/albers-usa.js \
src/geo/albers.js \
Expand All @@ -193,6 +191,9 @@ d3.geo.js: \
src/geo/bounds.js \
src/geo/centroid.js \
src/geo/circle.js \
src/geo/clip.js \
src/geo/clip-antimeridian.js \
src/geo/clip-circle.js \
src/geo/compose.js \
src/geo/equirectangular.js \
src/geo/gnomonic.js \
Expand Down
Loading

0 comments on commit 75be0ab

Please sign in to comment.