Skip to content

Commit

Permalink
Populating the map_model transit representation from the raw GTFS data.
Browse files Browse the repository at this point in the history
  • Loading branch information
dabreegster committed Dec 7, 2021
1 parent fc674df commit b45bf86
Show file tree
Hide file tree
Showing 8 changed files with 683 additions and 434 deletions.
2 changes: 1 addition & 1 deletion convert_osm/src/gtfs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ pub fn import(map: &mut RawMap) -> Result<()> {
map.transit_stops
.retain(|stop_id, _| used_stops.contains(stop_id));

if true {
if false {
dump_kml(map);
}

Expand Down
Loading

0 comments on commit b45bf86

Please sign in to comment.