projection.clipAngle()
  • References/JavaScript/D3.js/Geo

projection.clipAngle([angle]) If angle is specified, sets the projection’s clipping circle radius to the specified

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

d3.geoDistance(a, b) Returns the great-arc distance in

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

projection.fitExtent(extent, object) Sets the projection’s

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

graticule.stepMajor([step]) If step is specified, sets the major step for this graticule. If step

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

circle(arguments…) Returns a new GeoJSON geometry object of type “Polygon” approximating a circle on the surface of a sphere

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

circle.precision([angle]) If precision is specified, sets the circle precision to the specified angle in degrees

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

projection.fitSize(size, object) A convenience method for

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

d3.geoEquirectangular() d3.geoEquirectangularRaw

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

d3.geoCentroid(feature) Returns the spherical centroid of the specified GeoJSON feature. See also

2025-01-10 15:47:30