d3.geoRotation()
  • References/JavaScript/D3.js/Geo

d3.geoRotation(angles) Returns a rotation function

2025-01-10 15:47:30
projection()
  • References/JavaScript/D3.js/Geo

projection(point) Returns a new array [x, y] (typically in pixels) representing the projected point of the

2025-01-10 15:47:30
d3.geoConicConformal()
  • References/JavaScript/D3.js/Geo

d3.geoConicConformal() d3.geoConicConformalRaw(phi0, phi1)

2025-01-10 15:47:30
graticule.extentMajor()
  • References/JavaScript/D3.js/Geo

graticule.extentMajor([extent]) If extent is specified, sets the major extent of this graticule. If extent

2025-01-10 15:47:30
stream.polygonStart()
  • References/JavaScript/D3.js/Geo

stream.polygonStart() Indicates the start of a polygon. The first line of a polygon indicates the exterior ring, and any subsequent

2025-01-10 15:47:30
stream.lineStart()
  • References/JavaScript/D3.js/Geo

stream.lineStart() Indicates the start of a line or ring. Within a polygon, indicates the start of a ring. The first ring of

2025-01-10 15:47:30
project.invert()
  • References/JavaScript/D3.js/Geo

project.invert(x, y) The inverse of project

2025-01-10 15:47:30
graticule.extentMinor()
  • References/JavaScript/D3.js/Geo

graticule.extentMinor([extent]) If extent is specified, sets the minor extent of this graticule. If extent

2025-01-10 15:47:30
graticule.lines()
  • References/JavaScript/D3.js/Geo

graticule.lines() Returns an array of GeoJSON LineString geometry objects, one for each meridian or parallel for this graticule

2025-01-10 15:47:30
d3.geoProjectionMutator()
  • References/JavaScript/D3.js/Geo

d3.geoProjectionMutator(factory) Constructs a new projection from the specified

2025-01-10 15:47:30