Interface GeoSphere

A basic geometry for a sphere, which is supported by d3-geo beyond the GeoJSON geometries.

interface GeoSphere {
    type: "Sphere";
}

Properties

Properties

type: "Sphere"

Sphere geometry type