fn make_graph_map(
commands: &mut Commands<'_, '_>,
oud2_stations: &Vec<OUD2Station>,
) -> (GraphMap<Entity, Entity, Undirected>, Vec<Entity>)Expand description
Creates the graph map from the list of stations in the OuDiaSecond data.
fn make_graph_map(
commands: &mut Commands<'_, '_>,
oud2_stations: &Vec<OUD2Station>,
) -> (GraphMap<Entity, Entity, Undirected>, Vec<Entity>)Creates the graph map from the list of stations in the OuDiaSecond data.