path.projection([projection]) If a projection is specified, sets the current projection to the specified projection
projection.invert(point) Returns a new array [longitude, latitude] in degrees representing the unprojected
stream.lineEnd() Indicates the end of a line or ring. Within a polygon, indicates the end of a ring. Unlike GeoJSON, the redundant
d3.geoAzimuthalEqualArea() d3.geoAzimuthalEqualAreaRaw
d3.geoStereographic() d3.geoStereographicRaw
d3.geoGnomonic() d3.geoGnomonicRaw
projection.rotate([angles]) If rotation is specified, sets the projection’s
d3.geoCircle() Returns a new circle generator.
d3.geoConicEqualArea() d3.geoConicEqualAreaRaw(phi0, phi1)
project(lambda, phi) Projects the specified point [lambda, phi] in radians, returning a new point [x
Page 6 of 8