v1.1.0
- Add d3.geoProject and geoproject for serializing projected GeoJSON.
- Add d3.geoStitch and geostitch for removing antimeridian and polar cuts.
- Add d3.geoPolyhedral for custom polyhedral projections. Thanks, @Fil @jasondavies!
- Add d3.geoPolyhedralButterfly, the gnomonic butterfly projection.
- Add d3.geoPolyhedralCollignon, the Collignon butterfly projection.
- Add d3.geoPolyhedralWaterman, Steve Waterman’s butterfly projection.
- Add d3.geoQuincuncial for custom quincuncial projections.
- Add geo2svg for converting projected GeoJSON to SVG.
- Add geograticule for serializing graticules.
- Fix healpix.invert.
- Improve the README.