Releases: d3/d3-geo
Releases · d3/d3-geo
v1.3.1
- Fix missing export for d3.geoGraticule10.
v1.3.0
- Add d3.geoIdentity for scaling, translating and clipping planar geometry.
- Add d3.geoGraticule10 for conveniently generating a default 10° global graticule.
- Add optional arguments to d3.geoPath for projection and context.
- Deprecate d3.geoClipExtent; use d3.geoIdentity’s clipExtent instead.
- Improve the README.
v1.2.6
- Fix d3.geoConicConformal’s invert for south-pointing cones (#61, d3/d3#2707).
- Fix d3.geoConicEqualArea when the cone is a cylinder.
v1.2.5
v1.2.4
v1.2.3
v1.2.2
v1.2.1
v1.2.0
- Add projection.fitExtent and projection.fitSize (#50). Thanks, @veltman!