Function geozero::geojson::read_geojson_geom

source ยท
pub fn read_geojson_geom<R: Read, P: GeomProcessor>(
    reader: &mut R,
    processor: &mut P
) -> Result<()>
Expand description

Read and process GeoJSON geometry.