pub fn to_geojson(
    topo: &Topology,
    key: &str
) -> Result<FeatureCollection, Error>
Expand description

Convert a TopoJSON Topology object to a GeoJSON Feature collection.

(in a similar way than topojson.feature function or topo2geo CLI tool)