pub fn parse_network_geojson_str(
geojson_str: &str,
) -> Result<(Vec<Netelement>, Vec<NetRelation>), ProjectionError>Expand description
In-memory variant of parse_network_geojson that accepts the GeoJSON
FeatureCollection text directly. No disk I/O is performed; required by the
.NET bindings for database-backed callers (FR-012).