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

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

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.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
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
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
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