Skip to content

v2.0.0-alpha.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@Fil Fil released this 23 Jun 17:22
· 3 commits to main since this release

What's Changed

  • Adds two new projections based on the Voronoi polyhedral method: Rhombic dodecahedral and Deltoidal hexecontahedral, contributed by @bathoorn (#59 and #60)
  • A polyhedral projection’s tree can now be built from any face (#63)
  • The module now reexports all the projections from d3-geo-projection that need polygon clipping (#65, #69), namely: geoBerghaus, geoGingery, geoHealpix, geoInterruptedBoggs, geoInterruptedHomolosine, geoInterruptedMollweide, geoInterruptedMollweideHemispheres, geoInterruptedSinuMollweide, geoInterruptedSinusoidal, geoTwoPointEquidistant, geoTwoPointEquidistantUsa, and the geoInterrupt projection factory.
  • A new clipPoint option for geoClipPolygon, specifying whether points should be clipped (#67)
  • Adopt type: module (#61)

deltoidal

Full Changelog: v1.12.1...v2.0.0-alpha.1