Commit 14dcdea
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
- examples/azimuthal
- src/geo
- test/geo
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
| 191 | + | |
190 | 192 | | |
191 | | - | |
192 | 193 | | |
193 | 194 | | |
194 | 195 | | |
| |||
0 commit comments