Changed default StopLocationType.

This commit is contained in:
Khlopkova Olga 2021-02-05 17:50:49 +03:00 committed by Tatiana Yan
parent f0b74c210e
commit b07393991a

View file

@ -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;