Skip to content

Commit 14dcdea

Browse files
committed
Add d3.geo.greatArc.
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.
1 parent 46b358b commit 14dcdea

15 files changed

Lines changed: 547 additions & 556 deletions

File tree

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,10 +185,11 @@ d3.geo.js: \
185185
src/geo/albers.js \
186186
src/geo/equirectangular.js \
187187
src/geo/mercator.js \
188+
src/geo/type.js \
188189
src/geo/path.js \
189190
src/geo/bounds.js \
191+
src/geo/greatArc.js \
190192
src/geo/greatCircle.js \
191-
src/geo/clip.js \
192193
src/end.js
193194

194195
d3.csv.js: \

0 commit comments

Comments
 (0)