Skip to content

Commit

Permalink
Changed default StopLocationType.
Browse files Browse the repository at this point in the history
  • Loading branch information
mesozoic-drones authored and tatiana-yan committed Feb 5, 2021
1 parent f0b74c2 commit b073939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/just_gtfs/just_gtfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ struct Stop
Text stop_code;
Text stop_desc;
Text stop_url;
StopLocationType location_type = StopLocationType::GenericNode;
StopLocationType location_type = StopLocationType::StopOrPlatform;
Text stop_timezone;
Text wheelchair_boarding;
Id level_id;
Expand Down

0 comments on commit b073939

Please sign in to comment.