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

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

2025-01-10 15:47:30
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
graticule.extent()
  • References/JavaScript/D3.js/Geo

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

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

projection.translate([translate]) If translate is specified, sets the projection’s translation offset to the

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

circle.center([center]) If center is specified, sets the circle center to the specified point [longitude

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

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

2025-01-10 15:47:30