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
graticule.precision()
  • References/JavaScript/D3.js/Geo

graticule.precision([angle]) If precision is specified, sets the precision for this graticule, in degrees.

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.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.sphere()
  • References/JavaScript/D3.js/Geo

stream.sphere() Indicates the sphere (the globe; the unit sphere centered at ⟨0,0,0⟩).

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
d3.geoBounds()
  • References/JavaScript/D3.js/Geo

d3.geoBounds(feature) Returns the spherical

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
graticule()
  • References/JavaScript/D3.js/Geo

graticule() Returns a GeoJSON MultiLineString geometry object representing all meridians and parallels for this graticule.

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

d3.geoEquirectangular() d3.geoEquirectangularRaw

2025-01-10 15:47:30