pub fn read_osm2polygon_input(
    path: String
) -> Result<(NodeID, Vec<InputRoad>, GPSBounds)>
Expand description

Returns the (intersection_id, input roads, and GPS bounds) previously written by save_osm2polygon_input.